#include <texture.hh>
Inheritance diagram for A3DL::Texture:
Definition at line 46 of file texture.hh.
|
Definition at line 30 of file texture.cc. Referenced by new_Texture(). |
|
Definition at line 35 of file texture.cc. |
|
Get special blend mode. Will be one of the following: MeshBase::BLEND_ADD MeshBase::BLEND_MULTIPLY MeshBase::BLEND_DOUBLE_MULTIPLY MeshBase::BLEND_NORMAL These blend modes determine how the background affects the object's material.
Definition at line 116 of file texture.cc. |
|
Get blend mode property object.
Definition at line 135 of file texture.cc. |
|
Definition at line 70 of file texture.cc. |
|
Definition at line 59 of file texture.hh. |
|
Get whether this layer should have shading or not.
Definition at line 220 of file texture.cc. |
|
Get shaded property object
Definition at line 225 of file texture.cc. |
|
Get transparency. Will be between 0 (no transparency) and 1 (fully transparent).
Definition at line 152 of file texture.cc. |
|
Get transparency property.
Definition at line 156 of file texture.cc. |
|
Get the color in the texture that is rendered as transparent If there is no property, sets (r, g, b) to (0, 0, 0).
Definition at line 200 of file texture.cc. |
|
Definition at line 44 of file texture.cc. |
|
Definition at line 176 of file texture.cc. |
|
Definition at line 39 of file texture.cc. |
|
Definition at line 49 of file texture.cc. |
|
Set special blend mode. Must be one of the following: MeshBase::BLEND_ADD MeshBase::BLEND_MULTIPLY MeshBase::BLEND_DOUBLE_MULTIPLY MeshBase::BLEND_NORMAL These blend modes determine how the background affects the object's material. Definition at line 100 of file texture.cc. |
|
Set blend mode property object.
Definition at line 139 of file texture.cc. |
|
Definition at line 57 of file texture.cc. |
|
Definition at line 66 of file texture.cc. |
|
Set a file backend for the image for this texture (using FileProperty).
Definition at line 74 of file texture.cc. |
|
Definition at line 58 of file texture.hh. |
|
Set whether this layer should have shading.
Definition at line 216 of file texture.cc. |
|
Set shaded property object.
Definition at line 229 of file texture.cc. |
|
Set general transparency of the texture.
Definition at line 148 of file texture.cc. |
|
Set transparency property object.
Definition at line 160 of file texture.cc. |
|
Set a color in the texture to be rendered transparent.
Definition at line 193 of file texture.cc. |
|
Definition at line 169 of file texture.cc. |
|
Definition at line 49 of file texture.hh. Referenced by setBlendMode(), setImageData(), setImageToFile(), setTransparentKeycolor(), and setUVScaleAndShift(). |