Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class ProfileBridge



  • public class ProfileBridge
    extends ColladaElement

    The profile bridge. Bridge COLLADA FX to an external FX framework such as NVIDIA's CgFX or Microsoft's Direct3D FX

    • Constructor Detail

      • ProfileBridge

        public ProfileBridge()
    • Method Detail

      • getAsset

        public final Asset getAsset()

        Gets or sets the asset.

      • setAsset

        public final void setAsset(Asset value)

        Gets or sets the asset.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getId

        public final String getId()

        Gets or sets the id.

      • setId

        public final void setId(String value)

        Gets or sets the id.

      • getPlatform

        public final String getPlatform()

        Gets or sets the platform. The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional

      • setPlatform

        public final void setPlatform(String value)

        Gets or sets the platform. The type of platform. This is a vendor-defined character string that indicates the platform or capability target for the technique. Optional

      • getUrl

        public final String getUrl()

        Gets or sets the url. The url to the file which we are bridging too.

      • setUrl

        public final void setUrl(String value)

        Gets or sets the url. The url to the file which we are bridging too.