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: 19.00.00
Syntax
C#
public ZBufferDisable(
	IDisplay d,
	bool disableLighting = false
)

Parameters

d  IDisplay

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

disableLighting  Boolean  (Optional)

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

See Also