Class UnsignedByteVoxelType

Object
VoxelDataType
UnsignedVoxelType
UnsignedByteVoxelType

public class UnsignedByteVoxelType extends UnsignedVoxelType
A 8-bit voxel data-type representing unsigned-byte numbers.
Author:
Owen Feehan
  • Field Details

    • BIT_DEPTH

      public static final int BIT_DEPTH
      How many bits to represent this voxel-type.
      See Also:
    • MAX_VALUE

      public static final long MAX_VALUE
      Minimum supported value for the type, as a long.
      See Also:
    • MAX_VALUE_INT

      public static final int MAX_VALUE_INT
      Maximum supported value for the type, as an int.
      See Also:
    • INSTANCE

      public static final UnsignedByteVoxelType INSTANCE
      A singleton instance of the type.