Table of Contents

Class DispUtil

Namespace
Hi.Disp
Assembly
HiDisp.dll

Display Utility

public static class DispUtil
Inheritance
DispUtil
Inherited Members

Methods

Display(IDisplayee, Bind, Mat4d)

Displays the given displayee with an additional model transform. Internally pushes the transform to the model matrix stack, calls Display, then pops it.

public static void Display(this IDisplayee displayee, Bind bind, Mat4d mat)

Parameters

displayee IDisplayee

The displayee to render.

bind Bind

Rendering bind context.

mat Mat4d

The model transform to apply.

Display(nint, Bind)

Display function for native object.

public static void Display(nint displayeePtr, Bind bind)

Parameters

displayeePtr nint

natvie object pointer

bind Bind

bind