Changeset 196
- Timestamp:
- 07/19/10 20:39:02 (2 years ago)
- Files:
-
- trunk/src/yage/scene/terrain.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/yage/scene/terrain.d
r186 r196 84 84 /** 85 85 * Get a lightmap Texture to use across the range of coordinates. 86 * If no lightmap is desired, this function can return a Texture without aTexture.87 * The same GPU Texture can be reused across multiple calls with different values,86 * If no lightmap is desired, this function can return a TextureInstance with a null Texture. 87 * The same TextureInstance can be reused across multiple calls with different values, 88 88 * if the Textures' texture matrix adjusted as needed. 89 89 * Params:
