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 TypeMethodDescriptionvoidBinaryExporter.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 TypeClassDescriptionclassA field compressor that just encodes the data in binary form.classA FieldCompressor that works by compressing the range of data.