Variables
Const OimoMousePuller
OimoMousePuller: OimoMousePullerClass = new OimoMousePullerClass()
Const lines
lines: LineSegments = new LineSegments(new BufferGeometry(), new LineBasicMaterial({vertexColors: true}))
Const triangles
triangles: Mesh = new Mesh(new BufferGeometry(), new MeshPhongMaterial({wireframe: false,vertexColors: true}))
g.frame.physics.oimo
Module repo template for g.frame
How to use
g.frame.physics.oimooccurrences to your module nameg.frame.module_name.github_folder to.githubg.frameandthreenpm installto install all dependenciesHow to build
npm run buildto build your modulenpm run lintto lint your codenpm run testto run unit testsnpm run docsto generate docsUseful links
g.framerepo https://github.com/VeryBigThings/g.frame