Changes between Version 5 and Version 6 of Support/Tutorials/TransformsAndStates
- Timestamp:
- 08/25/07 11:03:51 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Support/Tutorials/TransformsAndStates
v5 v6 73 73 == Setting states == 74 74 75 The [wiki: /Support/Tutorials/Textures previous tutorial] demonstrates how to create a texture, assign it to an image loaded from a file, and create a !StateSet in which this texture is enabled. The following code sets up two state sets - one for BLEND texure mode and one for DECAL texture mode. First BLEND:75 The [wiki:Support/Tutorials/Textures previous tutorial] demonstrates how to create a texture, assign it to an image loaded from a file, and create a !StateSet in which this texture is enabled. The following code sets up two state sets - one for BLEND texure mode and one for DECAL texture mode. First BLEND: 76 76 77 77 {{{ … … 122 122 }}} 123 123 124 Continue with tutorial [wiki: /Support/Tutorials/StateSets StateSets]124 Continue with tutorial [wiki:Support/Tutorials/StateSets StateSets]
