j3d.org Code

org.j3d.loaders.discreet
Class KeyframeLightBlock

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

public class KeyframeLightBlock
extends KeyframeTag

Representation of a keyframe general lighting handling.

A keyframe consists of

 LIGHT INFORMATION BLOCK 0xB005
     NODE_HDR 0xB010
     POS TRACK TAG 0xB020
     COLOR TRACK TAG 0xB025
 

Version:
$Revision: 1.2 $
Author:
Justin Couch

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

Field Detail

positions

public KeyframePositionBlock positions
The track position info


colors

public KeyframeColorBlock colors
Track colour info

Constructor Detail

KeyframeLightBlock

public KeyframeLightBlock()

j3d.org Code

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