Class ColladaEffect

    • Constructor Detail

      • ColladaEffect

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

      • getProfileCommon

        public ColladaProfileCommon getProfileCommon()
        Indicates the value of the profile_COMMON field.
        Returns:
        The value of the profile_COMMON field, or null if the field is not set.
      • getTexture

        public ColladaTexture getTexture()
        Indicates the texture specified by this effect. The texture is specified by the diffuse field of the shader specified by the profile_COMMON element.
        Returns:
        The texture specified by this effect, or null if the texture cannot be resolved.
      • getMaterial

        public Material getMaterial()
        Indicates the material specified by this effect. Material is specified by the shader in the profile_COMMON element.
        Returns:
        The material for this effect, or null if the material cannot be resolved.
      • getParam

        public ColladaNewParam getParam​(java.lang.String sid)
        Find a NewParam item by scoped ID (the sid attribute of the param).
        Overrides:
        getParam in class ColladaAbstractParamContainer
        Parameters:
        sid - Id to search for.
        Returns:
        The requested parameter, or null if no such parameter can be found.