Class ColladaAbstractShader

    • Constructor Detail

      • ColladaAbstractShader

        protected ColladaAbstractShader​(java.lang.String namespaceURI)
        Construct an instance.
        Parameters:
        namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • getEmission

        public ColladaTextureOrColor getEmission()
        Indicates the shader's emission parameter.
        Returns:
        The emission parameter, or null if none is set.
      • getAmbient

        public ColladaTextureOrColor getAmbient()
        Indicates the shader's ambient parameter.
        Returns:
        The ambient parameter, or null if none is set.
      • getDiffuse

        public ColladaTextureOrColor getDiffuse()
        Indicates the shader's diffuse parameter.
        Returns:
        The diffuse parameter, or null if none is set.
      • getSpecular

        public ColladaTextureOrColor getSpecular()
        Indicates the shader's specular parameter.
        Returns:
        The specular parameter, or null if none is set.