![]() |
Paradox Game Engine
v1.0.0 beta06
|
Classes | |
class | Stack |
Class representing the new Assimp's material stack in c#. More... | |
class | StackColor |
Class representing a color in the new Assimp's material stack. More... | |
class | StackElement |
Class representing an element in the new Assimp's material stack. More... | |
class | StackOperation |
Class representing an operation in the new Assimp's material stack. More... | |
class | StackTexture |
Class representing a texture in the new Assimp's material stack. More... | |
Enumeration of the new Assimp's flags.
Enumerator | |
---|---|
Invert | |
ReplaceAlpha |
Definition at line 29 of file MaterialStack.cs.
Enumeration of the different mapping modes in the new Assimp's material stack.
Enumerator | |
---|---|
Wrap | |
Clamp | |
Decal | |
Mirror |
Definition at line 82 of file MaterialStack.cs.
Enumeration of the different operations in the new Assimp's material stack.
Definition at line 37 of file MaterialStack.cs.
Enumeration of the different types of node in the new Assimp's material stack.
Enumerator | |
---|---|
Color | |
Texture | |
Operation |
Definition at line 20 of file MaterialStack.cs.