Surface FX Composer 2 extension: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
<viewport_ratio>1 1</viewport_ratio> | <viewport_ratio>1 1</viewport_ratio> | ||
<extra type="share"> | <extra type="share"> | ||
<technique profile=" | <technique profile="NVIDIA_FXCOMPOSER"> | ||
<share name="SharedSurface"/> | <share name="SharedSurface"/> | ||
</technique> | </technique> | ||
Revision as of 17:51, 28 June 2007
| Extension information |
|---|
|
| This article is part of the COLLADA extensions directory |
| Adding to the extensions directory |
This extra at the surface level is used to define the name of the shared surface to use for the current parameter.
| <share> Attributes | Description |
|---|---|
| name | The name of the shared surface |
Example
<setparam ref="SurfColorAmbient">
<surface type="2D">
<init_as_target/>
<format>X8B8G8R8</format>
<viewport_ratio>1 1</viewport_ratio>
<extra type="share">
<technique profile="NVIDIA_FXCOMPOSER">
<share name="SharedSurface"/>
</technique>
</extra>
</surface>
</setparam>