com.sun.j3d.utils.compression
Class CompressionStream.InterleavedGeometryFloat

java.lang.Object
  extended by com.sun.j3d.utils.compression.CompressionStream.InterleavedGeometry
      extended by com.sun.j3d.utils.compression.CompressionStream.InterleavedGeometryFloat
All Implemented Interfaces:
CompressionStream.GeometryAccessor
Direct Known Subclasses:
CompressionStream.IndexedInterleavedGeometryFloat
Enclosing class:
CompressionStream

private class CompressionStream.InterleavedGeometryFloat
extends CompressionStream.InterleavedGeometry

This class implements the GeometryAccessor interface for float interleaved geometry arrays.


Field Summary
(package private)  float[] vdata
           
 
Fields inherited from class com.sun.j3d.utils.compression.CompressionStream.InterleavedGeometry
coffset, noffset, poffset, tcount, tstride, vc, vstride
 
Constructor Summary
CompressionStream.InterleavedGeometryFloat(GeometryArray ga)
           
 
Method Summary
(package private)  void copyVertex(int pi, int ni, int ci, CompressionStream.VertexCopy vc)
           
 
Methods inherited from class com.sun.j3d.utils.compression.CompressionStream.InterleavedGeometry
processVertex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vdata

float[] vdata
Constructor Detail

CompressionStream.InterleavedGeometryFloat

CompressionStream.InterleavedGeometryFloat(GeometryArray ga)
Method Detail

copyVertex

void copyVertex(int pi,
                int ni,
                int ci,
                CompressionStream.VertexCopy vc)
Specified by:
copyVertex in class CompressionStream.InterleavedGeometry


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