C# (CSharp) Axiom.SceneManagers.Bsp Quake3Level.ExtractLightmaps - 3 examples found. These are the top rated real world C# (CSharp) examples of Axiom.SceneManagers.Bsp.Quake3Level.ExtractLightmaps extracted from open source projects. You can rate examples to help us improve the quality of examples.
Extracts the embedded lightmap texture data and loads them as textures.
Calling this method makes the lightmap texture data embedded in the .bsp file available to the renderer. Lightmaps are extracted and loaded as Texture objects (subclass specific to RenderSystem subclass) and are named "@lightmap1", "@lightmap2" etc.