Nikos Kastellanos 9b51f6f06e v1.5.0.0 9 months ago
..
Components 3ba9fa94ec rename namespace 3 years ago
Properties 9b51f6f06e v1.5.0.0 9 months ago
Resources 123ec51e53 update shaders 2 years ago
Shaders 25ad65d5f6 update BuildShaders.bat 1 year ago
Aether.Shaders.InfiniteGrid.NET4.XNA.csproj 0751af5991 update XNA outputPath 9 months ago
Aether.Shaders.InfiniteGrid.csproj 9b51f6f06e v1.5.0.0 9 months ago
InfiniteGridEffect.cs 4ba554828a remove UAP libraries 10 months 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