zenithght / Urho3D-Geom-Replication

Utility to replicate geom into a single vertex buffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Urho3D Geom Replication


Description

A performance improvement demo by replicating geom multiple times into a single vertex buffer. Useful for objects such as grass, rocks, etc.

Screenshot

Replicated 10k grass animated

alt tag

Replicated 50k grass

alt tag

To Build

To build it, unzip/drop the repository into your Urho3D/ folder and build it using one of the cmake files.

License

The MIT License (MIT)

About

Utility to replicate geom into a single vertex buffer

License:MIT License


Languages

Language:C++ 95.0%Language:CMake 5.0%