Hi, how would I go about intergrating some of the code examples (https://github.com/Soft8Soft/verge3d-code-examples/) into my puzzles? Is there an easy way?
I’ve tried creating my own Javascript block and simply pasting in code but there are so many errors (‘BufferGeometryUtils is not defined’…but then again I ‘Cannot use import statement outside a module .. etc) that I have no idea where to start in un picking through the issues.
The examples are largely useless if there is no way to easily get them into V3D and test and modify them myself.
At this moment I’m really looking to be able to play with things like shaders and real time manipulation of materials and vertices and some o the example seem to be a good start for this, if only I could get them to actually run.
Any ideas? Thanks
CHeers