README.md 492 B

Aether.Shaders

Shaders for Kni framework.

Shaders

  • 'InfiniteGridEffect' - Draws an Infinite Grid.

Game Components

  • 'InfiniteGridComponent'

example:

// Initialize
gridComponent = new InfiniteGridComponent(GraphicsDevice, Content);
Components.Add(gridComponent);

// Update
gridComponent.Projection = projection;
gridComponent.View = view;
gridComponent.EditMatrix = Matrix.Identity; // XY plane