MULTIPLE LIGHT SHADING
Project Demonstrate Vertex & Pixel versions of Directional, Point, Spotlights lights.
Gives you control on Color values of Ambient, Diffuse, Specular and other properties.
YouTube Video Link
PERLIN NOISE TERRAIN
Elevate a Terrain using Award-Winning Perlin Noise.
Generate Noise with useful variable controls like Texture Offset & Tile.
Create Mountains, Plateau, Valley or Ponds using Gradient Multiplier and Limiter.
​
Generated Noise Texture is passed in Vertex Shader to elevate Height of Vertex and calculate normals for light shading. Which enable us to manipulate noise texture and see the result in realtime without loosing performance.
Nerd Fact, This feature was available since DX 9.
VIRTUAL SEED
Project utilize the beauty of Mathematics to generate artistic tree. (Pythagoras Tree)
Variable Control like Twist, Spread, Balance, Height, Thickness and Depth.
Leaf SIZE and HUE as Bonus :-)
YouTube Video Link