Uses of Interface
org.web3d.vrml.export.compressors.FieldCompressor
Packages that use FieldCompressor
-
Uses of FieldCompressor in org.web3d.vrml.export
Methods in org.web3d.vrml.export with parameters of type FieldCompressorModifier and TypeMethodDescriptionvoid
BinaryExporter.registerFieldCompressor
(int fieldType, int method, FieldCompressor compressor) Register a class for a field/compression method. -
Uses of FieldCompressor in org.web3d.vrml.export.compressors
Classes in org.web3d.vrml.export.compressors that implement FieldCompressorModifier and TypeClassDescriptionclass
A field compressor that just encodes the data in binary form.class
A FieldCompressor that works by compressing the range of data.