Code: Select all
2007-04-01 19:24:20.000 oolite.exe[6528] Strings should be identical.
string: This is a/fake path/for testing.
utf8: This is a/fake path/for testing.
frs: T
Moderators: winston, another_commander
Code: Select all
2007-04-01 19:24:20.000 oolite.exe[6528] Strings should be identical.
string: This is a/fake path/for testing.
utf8: This is a/fake path/for testing.
frs: T
Code: Select all
<key>shaders</key>
<key>thargon_redux.png</key><!-- replace this texture -->
<dict>
<key>textures</key>
<array>
<string>thargon-base.png</string><!-- passed as tex0 -->
<string>thargon-glow.png</string><!-- passed as tex1 -->
</array>
<key>fragment_shader</key>
<string>freaky_thargoid.fragment</string>
<key>vertex_shader</key>
<string>freaky_thargoid.vertex</string>
<key>uniforms</key>
<dict>
<key>reciprocalFrequency</key>
<real>1.5</real> <!-- 1.5 for thargon, 1.0 for thargoid. -->
</dict>
</dict>
</dict>
Code: Select all
<key>uniforms</key>
<dict>
<key>myUniform</key>
<dict>
<key>type</key>
<string>int</string> <!-- May be int or float; other values cause the uniform to be ignored. -->
<int>42</int>
</dict>
</dict>
I can only reiterate the above!Flying_Circus wrote:Excellent work, if I may say so.