Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lo-th/Oimo.js
/ demo
Function
demo
examples/docs/world.js:1–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
function
demo() {
2
3
cam ( 0, 20, 40 );
4
5
world =
new
OIMO.World({
6
timestep: 1/60,
7
iterations: 8,
8
broadphase: 2,
9
worldscale: 1,
10
random: true,
11
info:false,
12
gravity: [0,-9.8,0]
13
});
14
15
};
16
17
function
update () {
18
Callers
nothing calls this directly
Calls
1
cam
Function · 0.50
Tested by
no test coverage detected