Enum TextureSetup
Used to tell if a SurfaceEffect has one or more of the defined textures.
Namespace: Fusee.Engine.Core.ShaderShards
Assembly: Fusee.Engine.Core.dll
Syntax
public enum TextureSetup
Fields
| Name | Description |
|---|---|
| AlbedoTex | Does this Effect have an albedo texture? |
| NormalMap | Does this Effect have a normal map? |
| NoTextures | The effect doesn't have any textures |
| ThicknessMap | Does this Effect have a thickness map? |