javax.media.j3d
Class GeometryDecompressor.MeshBufferEntry

java.lang.Object
  extended by javax.media.j3d.GeometryDecompressor.MeshBufferEntry
Enclosing class:
GeometryDecompressor

static class GeometryDecompressor.MeshBufferEntry
extends java.lang.Object

Mesh buffer entry containing position, normal, and color.


Field Summary
(package private)  short a
           
(package private)  short b
           
(package private)  short g
           
(package private)  short octant
           
(package private)  short r
           
(package private)  short sextant
           
(package private)  short u
           
(package private)  short v
           
(package private)  short x
           
(package private)  short y
           
(package private)  short z
           
 
Constructor Summary
GeometryDecompressor.MeshBufferEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

short x

y

short y

z

short z

octant

short octant

sextant

short sextant

u

short u

v

short v

r

short r

g

short g

b

short b

a

short a
Constructor Detail

GeometryDecompressor.MeshBufferEntry

GeometryDecompressor.MeshBufferEntry()


Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.