Skip to content

Non Procedural Tiles

Lea Hayes edited this page Oct 3, 2017 · 2 revisions

Home | Tilesets | Procedural and Non Procedural Tiles

Non-procedural tiles are individual game objects that each render a pre-generated two triangle plane mesh. Non-procedural tiles can be individually moved, rotated and scaled using their transform components.

It is important to note that non-procedural tiles can be combined by material on a per chunk basis when building a tile system; see Optimization.


< Previous Page | Next Page >

Source: topics/Non-Procedural-Tiles.md

Clone this wiki locally