Effect FX Composer 2 extension: Difference between revisions
Jump to navigation
Jump to search
→Custom HLSL and CGFX Profiles for FX Composer: a little copy editing |
No edit summary |
||
Line 25: | Line 25: | ||
</profile_COMMON> | </profile_COMMON> | ||
<extra type="import"> | <extra type="import"> | ||
<technique profile=" | <technique profile="NVIDIA_FXCOMPOSER"> | ||
<import url="../Projects/Gooch.cgfx" compiler_options="" profile="cgfx"/> | <import url="../Projects/Gooch.cgfx" compiler_options="" profile="cgfx"/> | ||
</technique> | </technique> | ||
</extra> | </extra> | ||
</effect> | </effect> |
Revision as of 17:49, 28 June 2007
Extension information |
---|
|
This article is part of the COLLADA extensions directory |
Adding to the extensions directory |
Custom HLSL and CGFX Profiles for FX Composer
This <extra> at the <effect> level defines an effect with a direct reference to an external .fx or .cgfx
file.
It also includes compiler options for the specified effect file and can appear more than one time in the case of multiple profiles.
Attribute | Description |
---|---|
url | The url of the effect file to import. |
compiler_options | Compiler options for the specified file |
profile | The name of the profile (fx or cgfx) |
Example
<effect id="Effect1" name="Gooch"> <profile_COMMON> <technique sid="__fxc2_default"> <constant/> </technique> </profile_COMMON> <extra type="import"> <technique profile="NVIDIA_FXCOMPOSER"> <import url="../Projects/Gooch.cgfx" compiler_options="" profile="cgfx"/> </technique> </extra> </effect>