Difference between revisions of "Freaky Thargoids OXP"
From Elite Wiki
m (Category cleanup for OXPs) |
Eric Walch (talk | contribs) (Updated version to 3.2) |
||
Line 3: | Line 3: | ||
The OXP replaces the [[Thargoid Warship (Oolite)|Thargoid warship]] and [[Thargoid Robot Fighter (Oolite)|Thargoid robot fighter]] with versions that emit pulsing, coloured light. This is effected by means of a fragment shader which uses a second texture specifying the colour of light and (as its alpha channel) the phase of the light animation, which is driven by a timer provided to fragment shaders by Oolite. | The OXP replaces the [[Thargoid Warship (Oolite)|Thargoid warship]] and [[Thargoid Robot Fighter (Oolite)|Thargoid robot fighter]] with versions that emit pulsing, coloured light. This is effected by means of a fragment shader which uses a second texture specifying the colour of light and (as its alpha channel) the phase of the light animation, which is driven by a timer provided to fragment shaders by Oolite. | ||
− | |||
+ | [http://www.box.net/shared/vkdqsdnemo Freaky Thargoid v3.2] (112 kB) Updated 25 June 2010 | ||
+ | |||
+ | === Version History === | ||
+ | |||
+ | * Version 3.2 Added a new shader to make the shader compatible with Oolite 1.74. (It will still work with Oolite 1.69 though) | ||
+ | |||
+ | * Version 3.1 Added a thargoid-mother role to make it comatible with Oolite 1.71. Does not work correct wit Oolite 1.74 or newer.<br>([[Media:Freaky-thargoid.oxp.zip|Download old Version 3.1]]). | ||
+ | |||
+ | * Version 3.0 Original release | ||
{{demo-OXP}} {{ship-OXP}} | {{demo-OXP}} {{ship-OXP}} |
Revision as of 08:05, 25 June 2010
Freaky Thargoids is an OXP designed to demonstrate shaders in Oolite. Oolite 1.69 or later required.
The OXP replaces the Thargoid warship and Thargoid robot fighter with versions that emit pulsing, coloured light. This is effected by means of a fragment shader which uses a second texture specifying the colour of light and (as its alpha channel) the phase of the light animation, which is driven by a timer provided to fragment shaders by Oolite.
Freaky Thargoid v3.2 (112 kB) Updated 25 June 2010
Version History
- Version 3.2 Added a new shader to make the shader compatible with Oolite 1.74. (It will still work with Oolite 1.69 though)
- Version 3.1 Added a thargoid-mother role to make it comatible with Oolite 1.71. Does not work correct wit Oolite 1.74 or newer.
(Download old Version 3.1).
- Version 3.0 Original release