temportalflux / TemportalEngine

GNU General Public License v3.0
4 stars 1 forks source link

ImGui 3D view #19

Open temportalflux opened 4 years ago

temportalflux commented 4 years ago

It would be really nice to be able to create a 3D view for presentation in editor to view a block asset's renderer (and physics bounds eventually). This would mean having a turn-style-like-table which rotates around a block at a set speed on the Z axis (yaw) where the user can change the speed (or set it to 0) and change the pitch at which the camera views the block. This would render the model using the same shader used at run-time with a simple stitch (atlas only encompassing the textures used for that block).