Class SoPointDetail

    • Constructor Detail

      • SoPointDetail

        public SoPointDetail()
        Constructor.
    • Method Detail

      • setMaterialIndex

        public void setMaterialIndex​(int i)
      • copy

        public SoDetail copy()
        Returns an instance that is a copy of this instance. The caller is responsible for deleting the copy when it is no longer needed.
        Overrides:
        copy in class SoDetail
      • setNormalIndex

        public void setNormalIndex​(int i)
      • setCoordinateIndex

        public void setCoordinateIndex​(int i)
      • getTextureCoordIndex

        public int getTextureCoordIndex()
        Returns the index of the texture coordinates for the point within the relevant normal node. Note that if texture coordinates have been generated for a shape, the index may not be into an existing texture coordinate node.
      • getCoordinateIndex

        public int getCoordinateIndex()
        Returns the index of the point within the relevant coordinate node.
      • setTextureCoordIndex

        public void setTextureCoordIndex​(int i)
      • getNormalIndex

        public int getNormalIndex()
        Returns the index of the surface normal at the point within the relevant normal node. Note that if normals have been generated for a shape, the index may not be into an existing normal node.
      • getMaterialIndex

        public int getMaterialIndex()
        Returns the index of the material for the point within the relevant material node.