Nikos Kastellanos 6c2eb5a816 v1.6.0.0 1 month ago
..
Components 3ba9fa94ec rename namespace 3 years ago
Properties 6c2eb5a816 v1.6.0.0 1 month ago
Resources addacb8c96 update InfiniteGrid shaders 1 month ago
Shaders addacb8c96 update InfiniteGrid shaders 1 month ago
Aether.Shaders.InfiniteGrid.NET4.XNA.csproj 0751af5991 update XNA outputPath 9 months ago
Aether.Shaders.InfiniteGrid.csproj 6c2eb5a816 v1.6.0.0 1 month ago
InfiniteGridEffect.cs addacb8c96 update InfiniteGrid shaders 1 month ago
README.md 4ef3422ea0 readme files 10 months ago

README.md

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