Class ByteAddress
java.lang.Object
com.gaia3d.process.postprocess.pointcloud.ByteAddress
-
Constructor Summary
ConstructorsConstructorDescriptionByteAddress(int byteOffset) Constructor for byteOffset default componentType is "FLOAT" and type is "VEC3"ByteAddress(int byteOffset, String componentType, String type) Constructor for byteOffset, componentType and type -
Method Summary
-
Constructor Details
-
ByteAddress
public ByteAddress(int byteOffset) Constructor for byteOffset default componentType is "FLOAT" and type is "VEC3"- Parameters:
byteOffset- the byte offset
-
ByteAddress
Constructor for byteOffset, componentType and type- Parameters:
byteOffset- the byte offsetcomponentType- the component typetype- the type
-