EmberGL-org / EmberGL

EmberGL - 2D/3D graphics library featuring a tiled software rasterizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cubemap support

JarkkoPFC opened this issue · comments

Currently only 2D textures are supported but it would be useful to support also cubemaps. This requires adding the asset type, tool support and cubemap sampler. Also an example should be added showing how cubemaps can be used.