Click or drag to resize

ZBufferDisable Constructor

Initializes a new instance of the ZBufferDisable class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ZBufferDisable(
	IDisplay d,
	bool disableLighting = false
)

Parameters

d
Type: IDisplay

[Missing <param name="d"/> documentation for "M:Demo3D.Visuals.ZBufferDisable.#ctor(Demo3D.Visuals.IDisplay,System.Boolean)"]

disableLighting (Optional)
Type: SystemBoolean

[Missing <param name="disableLighting"/> documentation for "M:Demo3D.Visuals.ZBufferDisable.#ctor(Demo3D.Visuals.IDisplay,System.Boolean)"]

See Also