csTextureLayer Struct Reference
[3D]
This structure represents an extra texture layer which is applied on top of the previous one.
More...
#include <material.h>
Public Attributes | |
| csRef< iTextureHandle > | txt_handle |
| Texture handle. | |
| uint | mode |
| Mode: one of CS_FX_ADD ... | |
| float | uscale |
| Txt mapping scale relative to parent texture. | |
| float | vscale |
| Txt mapping scale relative to parent texture. | |
| float | ushift |
| Txt mapping shift relative to parent texture. | |
| float | vshift |
| Txt mapping shift relative to parent texture. | |
Detailed Description
This structure represents an extra texture layer which is applied on top of the previous one.
Definition at line 72 of file material.h.
Member Data Documentation
|
|
Mode: one of CS_FX_ADD ...
Definition at line 77 of file material.h. |
|
|
Texture handle.
Definition at line 75 of file material.h. |
|
|
Txt mapping scale relative to parent texture.
Definition at line 79 of file material.h. |
|
|
Txt mapping shift relative to parent texture.
Definition at line 81 of file material.h. |
|
|
Txt mapping scale relative to parent texture.
Definition at line 79 of file material.h. |
|
|
Txt mapping shift relative to parent texture.
Definition at line 81 of file material.h. |
The documentation for this struct was generated from the following file:
- ivideo/material.h
Generated for Crystal Space by doxygen 1.2.18
