Geometry Instancing Technique, Implemented.

In real-time computer graphics, geometry instancing is the practice of rendering multiple copies of the same mesh in a scene at once. This technique is primarily used for objects such as trees, grass, or buildings which can be represented as repeated geometry without appearing unduly repetitive, but may also be used for characters. Although vertex

Geometry Instancing Technique, Implemented.2012-01-05T07:22:04+00:00

Trigger Implemented In Game & Editor

Finally we decided, to Not using Nvidia PhysX In This Game. so we wrote our own Trigger System. Here there is a Simple Shot From this new Feature. and we can capture, each Trigger's Events (OnEnter & OnExit , etc ...) in Script, so we can do what ever we want. following shots demonstrates it.

Trigger Implemented In Game & Editor2011-03-27T13:06:42+00:00