27 lines
831 B
XML
Executable File
27 lines
831 B
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/applications.xml
|
|
Description: Project applications configuration data.
|
|
|
|
Author: David Muir <david.muir@rockstarnorth.com>
|
|
Date: 17 June 2013
|
|
|
|
In addition to the versions tags you can add generic-parameters; using
|
|
RSG.Base.Xml.Parameter syntax: <Parameters></Parameters> block.
|
|
-->
|
|
<Applications>
|
|
<Application>
|
|
<Name>Autodesk3dsmax</Name>
|
|
<Parameters>
|
|
<!-- Default Shader -->
|
|
<Parameter name="Default Shader Name" type="string" value="default" />
|
|
|
|
<!-- Default Alpha Shader -->
|
|
<Parameter name="Default Alpha Shader Name" type="string" value="alpha" />
|
|
|
|
<!-- Default Shader Path -->
|
|
<Parameter name="Shader Path" type="string" value="$(shaders)" />
|
|
</Parameters>
|
|
</Application>
|
|
</Applications>
|