Options
All
  • Public
  • Public/Protected
  • All
Menu

Build and publish

g.frame.physics.oimo

Module repo template for g.frame

How to use

  • Create new repo and use this project as template
  • Clone it
  • Change all g.frame.physics.oimo occurrences to your module name g.frame.module_name
  • Rename .github_ folder to .github
  • Update to use latest version of g.frame and three
  • Use npm install to install all dependencies

How to build

  • Use npm run build to build your module
  • Use npm run lint to lint your code
  • Use npm run test to run unit tests
  • Use npm run docs to generate docs

Useful links

Index

References

OimoPhysicsModule

Re-exports OimoPhysicsModule

PhysicMeshLinkType

Re-exports PhysicMeshLinkType

PhysicMeshLinkType

Re-exports PhysicMeshLinkType

PhysicMeshUpdater

Re-exports PhysicMeshUpdater

PhysicMeshUpdater

Re-exports PhysicMeshUpdater

WorldFactory

Re-exports WorldFactory

afterRender

Re-exports afterRender

beforeRender

Re-exports beforeRender

lines

Re-exports lines

triangles

Re-exports triangles

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}))

Functions

afterRender

  • afterRender(): void

beforeRender

  • beforeRender(): void

Legend

  • Namespace
  • Object literal
  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Enumeration
  • Interface

Generated using TypeDoc