Difference between revisions of "TXMT/Parameters/CategorisedList/floor"

From SimsWiki
Jump to: navigation, search
 
(Material Types & Groups)
 
(5 intermediate revisions by one user not shown)
Line 11: Line 11:
 
</table>
 
</table>
 
</div>
 
</div>
 +
 +
still construction, thanks for your patience :)
  
 
=<center>TXMT/Parameters/CategorisedList/floor</center>=
 
=<center>TXMT/Parameters/CategorisedList/floor</center>=
Line 23: Line 25:
 
The floor material type responsible for activating floor caustic animations.  CausticsGeneratorMaterial is necessary to activate it for the caustics animation to work.
 
The floor material type responsible for activating floor caustic animations.  CausticsGeneratorMaterial is necessary to activate it for the caustics animation to work.
 
<br>
 
<br>
 +
 +
* Floor
 +
  
 
* FloorReflective
 
* FloorReflective
There was an attempt to make reflective floor tiles before the base game release, but just was just abandoned leaving only this insignificant slight bit of source.
+
There was an attempt to make reflective floor tiles before the base game release, but was just abandoned leaving only this insignificant slight bit of source.  Yet, it at least initially resembles the neibourhood water sources and so as the pre-EP6-BV lotskirt water source.
 
<pre>
 
<pre>
 
#beginshader FloorReflective
 
#beginshader FloorReflective
Line 45: Line 50:
 
enddef
 
enddef
 
</pre>
 
</pre>
 
  
 
==References (Codes)==
 
==References (Codes)==
* [http://www.sims2wiki.info/wiki.php?title=Talk:ShaderPool ShaderPool]
+
* [[Talk:ShaderPool]]
* [http://www.sims2wiki.info/wiki.php?title=Talk:ShaderFloor ShaderFloor]
+
* [[Talk:ShaderFloor]]
* [http://www.sims2wiki.info/wiki.php?title=Talk:ShaderFloorPS ShaderFloorPS]
+
* [[Talk:ShaderFloorPS]]
 +
 
 +
==Parameters==
 +
 
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorCausticsPass floorCausticsPass]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorGridAlpha floorGridAlpha]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorHighlightIntensity floorHighlightIntensity]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorHighlightOn floorHighlightOn]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorLayer floorLayer]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorMaterialScaleU floorMaterialScaleU]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorMaterialScaleV floorMaterialScaleV]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/floorRenderStyle floorRenderStyle]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/gridLayer gridLayer]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/lightMapAvailable lightMapAvailable]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/previewLayer previewLayer]
 +
* [http://www.sims2wiki.info/TXMT/Parameters/scLayer scLayer]

Latest revision as of 14:08, 10 September 2007

Links back to the txmt Parameter Listings

* Alphabetically Sequenced List

* Categorised List

still construction, thanks for your patience :)

Contents

[edit]
TXMT/Parameters/CategorisedList/floor

There're 3 known material shaders and several floor material types with their designed pathways to control these floor graphical elements.

[edit] Material Types & Groups

Most are found not in txmt but matShad except those marked with []. However, it never means they must not be used in txmt. :P

The floor material type responsible for activating floor caustic animations. CausticsGeneratorMaterial is necessary to activate it for the caustics animation to work.

  • Floor


  • FloorReflective

There was an attempt to make reflective floor tiles before the base game release, but was just abandoned leaving only this insignificant slight bit of source. Yet, it at least initially resembles the neibourhood water sources and so as the pre-EP6-BV lotskirt water source.

#beginshader FloorReflective
#description Basic floor tile shader with reflection; texture + floor gradient + shadows
#extraparam float floorMaterialScaleU 1 0.125 64 ; no. tiles to map for U axis, use any positive number
#extraparam float floorMaterialScaleV 1 0.125 64 ; no. tiles to map for V axis, use any positive number
#extraparam float reflectStrength 1 0 1 ; strength of reflection, in range 0 to 1

set ratioH 1   # default material parameter value
set ratioW 1   # default material parameter value
set useReflectionFloors 0 # default material parameter value
define FloorReflective()
	material
		shader
			#reflective floors are currently dead. might ressurect them in an expansion pack
				
		end
	end
enddef

[edit] References (Codes)

[edit] Parameters

Personal tools
Namespaces

Variants
Actions
Navigation
game select
Toolbox