LitMaterial Constructor (BasicEffect, Boolean) |
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(
BasicEffect fromEffect,
bool copyEffectProperties = true
)
Parameters
- fromEffect
- Type: BasicEffect
Effect to create material from. - copyEffectProperties (Optional)
- Type: SystemBoolean
If true, will copy initial properties from effect.
See Also