Notes 7

3D coordinate systems 519

Review matrix math

Dot product

cross product

Java - Scene graphs

Compiling scene graphs

Lighting

Checkers 3D

Animating 3D

java - Tmpl3

Exception occurred during Behavior execution:
javax.media.j3d.CapabilityNotSetException: Group: no capability to get transform

t3dSphereTranslate = new Transform3D();
t3dSphereTranslate.set(new Vector3f(0,0,0));
tgSphere = new TransformGroup(t3dSphereTranslate);
tgSphere.setCapability(TransformGroup.ALLOW_TRANSFORM_READ);
tgSphere.setCapability(TransformGroup.ALLOW_TRANSFORM_WRITE);

Model loading

Possible assignment -

Create a 3d screen saver, much like the first assignment.

 

CPSC370 - Games Development
Chapman University
Instructor: W. Wood Harter
(c) copyright 2006 - W. Wood Harter - All Rights Reserved
Screen shots on banner (c) copyright their resprective owners