Defold forum,
Is it possible to modify 3d model data while the program is running?
I am trying to accomplish a very primitive marching cubes system, for a procedural 3D game map.
I understand that Defold isn’t exactly 3D-ready, so I am uncertain whether this functionality is implemented yet, if there is another method I could use to accomplish this in Defold, or whether Defold simply doesn’t yet support anything that would make this possible without writing a native extension.
Thanks!