LitMaterial Constructor (Effect) |
Create the lit material.
Namespace:
GeonBit.Core.Graphics.Materials
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LitMaterial(
Effect fromEffect
)
Parameters
- fromEffect
- Type: Effect
Effect to create material from.
See Also