top of page

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.

Game Engine: Welcome

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 :-)

Game Engine: Welcome

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.

Game Engine: Welcome

DIRECTIONAL LIGHT AND SOFT SHADOWS

Generating soft shadows using DepthBuffer techniques to provide realtime shadows.

Game Engine: Welcome

TERRAIN

A terrain generated by Bitmap,
Utilizing ARGB channels for Height Elevation and Texture Blending.
Using HeightMap to provide Collision Points of Ground.

Game Engine: Welcome

MORE FEATURES

Other useful features of the game engine.

Game Engine: Gallery
bottom of page