Class ProfileBridge

ProfileBridge class

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

public class ProfileBridge : ColladaElement

Constructors

NameDescription
ProfileBridge()The default constructor.

Properties

NameDescription
Asset { get; set; }Gets or sets the asset.
Extra { get; set; }Gets or sets the extra.
Id { get; set; }Gets or sets the id.
Platform { get; set; }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
Url { get; set; }Gets or sets the url. The url to the file which we are bridging too.

See Also