Class ColladaTechnique

    • Constructor Detail

      • ColladaTechnique

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

      • getShader

        public ColladaAbstractShader getShader()
        Indicates the shader contained by the technique. Supported shaders are lambert and phong.
        Returns:
        The shader for this technique, or null if the shader is not set, or is not supported.
      • getProfile

        public java.lang.String getProfile()
        Indicates the value of the profile field.
        Returns:
        The value of the profile field, or null if the field is not set.