Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
193 stars 9 forks source link

Terrain Editor #118

Open MR-Alex42 opened 6 years ago

MR-Alex42 commented 6 years ago

Currently Neos is currently missing tools for editing terrains. There were already some options explored in the 'Neos The Origin' demo but there should be more options available like heighten, lowering and cutting the geometry.

Maybe a voxel based approach for this would would be best as this not just would allow creating terrains but all kind objects as well.

Frooxius commented 6 years ago

Yeah this is planned, but requires some non-trivial additions to the data model to be implemented efficiently. I will likely provide both systems - height based and voxel based, since they each have their applications and benefits.

I'm thinking about some potential hybrid system, which would let you mix and match the two as well, but I'll need to give that more thought.

The goal is to base this around some new data primitives / elements, which could be used for variety of other purposes as well, e.g. collaborative arrays (with merging changes) and data primitives to deterministically sequence operations.