Class InfiniteGrid
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Renders an infinite reference grid on the XY plane.
csharp
public class InfiniteGridInheritance
Constructors
InfiniteGrid(Scene)
Initializes the grid geometry and loads the grid shader.
csharp
public InfiniteGrid(Scene scene)Parameters
scene Scene
Scene providing the renderer context.
Methods
Render()
Renders the infinite grid for the current frame.
csharp
public void Render()
