Class DepthComponent

    • Field Detail

      • ALLOW_SIZE_READ

        public static final int ALLOW_SIZE_READ
        Specifies that this DepthComponent object allows reading its size component information (width and height).
        See Also:
        Constant Field Values
      • ALLOW_DATA_READ

        public static final int ALLOW_DATA_READ
        Specifies that this DepthComponent object allows reading its depth data component information.
        See Also:
        Constant Field Values
    • Method Detail

      • getWidth

        public int getWidth()
        Retrieves the width of this depth component object.
        Returns:
        the width of the array of depth values
        Throws:
        CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph
      • getHeight

        public int getHeight()
        Retrieves the height of this depth component object.
        Returns:
        the height of the array of depth values
        Throws:
        CapabilityNotSetException - if appropriate capability is not set and this object is part of live or compiled scene graph