• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

3D scene editor + sample project available

Stephan

Member
New version in progresses:
improved user interface,
Exporting models to json =>
the sample game load also the object from the json, so i can merge meshes with same texture file into a single meshe (so,only a few draw call is needed to draw the level)


Capture.JPG
 

Stephan

Member
Update: we can import object and mark them as "terrain" type, for this type of mesh the game engine will use the triangles for collision testing, and get the ground height at position [x,y].
The terrains object are merged in a single structure per texture, to reduce the amount of draw call, of course you can still use the other wall types, to add decorations in the terrain

for the screenshot i used the "modular terrain pacj" from https://fertile-soil-productions.itch.io/modular-terrain-pack it works well with the editor

1590792306219.png
there is the result in game
1590792322228.png
 
Top