j3d.org Code

org.j3d.loaders.discreet
Class KeyframeAmbientBlock

java.lang.Object
  extended by org.j3d.loaders.discreet.KeyframeTag
      extended by org.j3d.loaders.discreet.KeyframeAmbientBlock

public class KeyframeAmbientBlock
extends KeyframeTag

Representation of a collection of a single camera block in a keyframe.

A keyframe camera block consists of

 AMBIENT NODE TAG 0xB001
     NODE ID 0xB030
     NODE HEADER 0xB010
     COLOR TRACK 0xB020
 

Version:
$Revision: 1.1 $
Author:
Justin Couch

Field Summary
 KeyframeColorBlock colors
          The track position info
 
Fields inherited from class org.j3d.loaders.discreet.KeyframeTag
nodeHeader, nodeId
 
Constructor Summary
KeyframeAmbientBlock()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colors

public KeyframeColorBlock colors
The track position info

Constructor Detail

KeyframeAmbientBlock

public KeyframeAmbientBlock()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org