VisualEntity.RenderMode Enumeration

Microsoft Robotics Class Reference

Flag for how a mesh should be rendered

Namespace: Microsoft.Robotics.Simulation.Engine
Assembly: SimulationEngine (in SimulationEngine.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public enum RenderMode

Members

Member name Value Description
Normal 0 Normal rendering, all lights
ShadowVolume 1 Use programmatically generated shadow volume for rendering
SkipShadowCasterLight 2 Use all lights but the shadow caster light
OnlyShadowCasterLight 3 Use only the shadow caster light

See Also

Microsoft.Robotics.Simulation.Engine Namespace