ALS technical notes: Difference between revisions

syntax highlight XML
(syntax highlight XML)
Line 1,306: Line 1,306:
Because your still using model-interior and model-interior.eff is setup around the opacity cube map, if you go without one, and in the event you try, you get an environment reflection cube map as default which happens to have green grass on it and may cast a greenish hue over applied objects thus washing out the compositor shadows some what. A workaround is to create a pseudo cubemap by creating a white.png 64x64 square, and creating the following structure to represent a transparent cubemap.
Because your still using model-interior and model-interior.eff is setup around the opacity cube map, if you go without one, and in the event you try, you get an environment reflection cube map as default which happens to have green grass on it and may cast a greenish hue over applied objects thus washing out the compositor shadows some what. A workaround is to create a pseudo cubemap by creating a white.png 64x64 square, and creating the following structure to represent a transparent cubemap.


<syntaxhighlight lang="xml">
<texture n="4">
<texture n="4">
   <type>cubemap</type>
   <type>cubemap</type>
Line 1,317: Line 1,318:
   </images>
   </images>
</texture>
</texture>
</syntaxhighlight>


=== ALS flashlight ===
=== ALS flashlight ===
308

edits