Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Package SiliconStudio.Paradox.AssimpNet.Material

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...
 

Enumerations

enum  StackType { StackType.Color = 0, StackType.Texture, StackType.Operation }
 Enumeration of the different types of node in the new Assimp's material stack. More...
 
enum  Flags { Flags.Invert = 1, Flags.ReplaceAlpha = 2 }
 Enumeration of the new Assimp's flags. More...
 
enum  Operation {
  Operation.Add = 0, Operation.Add3ds, Operation.AddMaya, Operation.Average,
  Operation.Color, Operation.ColorBurn, Operation.ColorDodge, Operation.Darken3ds,
  Operation.DarkenMaya, Operation.Desaturate, Operation.Difference3ds, Operation.DifferenceMaya,
  Operation.Divide, Operation.Exclusion, Operation.HardLight, Operation.HardMix,
  Operation.Hue, Operation.Illuminate, Operation.In, Operation.Lighten3ds,
  Operation.LightenMaya, Operation.LinearBurn, Operation.LinearDodge, Operation.Multiply3ds,
  Operation.MultiplyMaya, Operation.None, Operation.Out, Operation.Over3ds,
  Operation.Overlay3ds, Operation.OverMaya, Operation.PinLight, Operation.Saturate,
  Operation.Saturation, Operation.Screen, Operation.SoftLight, Operation.Substract3ds,
  Operation.SubstractMaya, Operation.Value, Operation.Mask
}
 Enumeration of the different operations in the new Assimp's material stack. More...
 
enum  MappingMode { MappingMode.Wrap, MappingMode.Clamp, MappingMode.Decal, MappingMode.Mirror }
 Enumeration of the different mapping modes in the new Assimp's material stack. More...
 

Enumeration Type Documentation

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.

Enumerator
Add 
Add3ds 
AddMaya 
Average 
Color 
ColorBurn 
ColorDodge 
Darken3ds 
DarkenMaya 
Desaturate 
Difference3ds 
DifferenceMaya 
Divide 
Exclusion 
HardLight 
HardMix 
Hue 
Illuminate 
In 
Lighten3ds 
LightenMaya 
LinearBurn 
LinearDodge 
Multiply3ds 
MultiplyMaya 
None 
Out 
Over3ds 
Overlay3ds 
OverMaya 
PinLight 
Saturate 
Saturation 
Screen 
SoftLight 
Substract3ds 
SubstractMaya 
Value 
Mask 

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.