Skip to content

AoE-Maniac/Kore-InstancedExample

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Kore-InstancedExample

Simple example for instanced rendering in Kore. Preview of the Kha-Version: http://www.aoe-maniac.de/instances/

Instanced rendering allows you to render an object multiple times with some variations, but in a singe drawcall. An example for this are lots of identical blocks with different positions. Rendering them individually there is lots of communication overhead between CPU and GPU. But please keep in mind that this only makes sense if you are drawing many instances of a single model.

There are 10.000 instances consiting of 128 polyons generated by default, both values can be tweaked easily.

About

Instanced rendering example for Kore.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published