LordXido commited on
Commit
5e079cb
·
verified ·
1 Parent(s): 07a4adc

Create world.js

Browse files
Files changed (1) hide show
  1. world.js +4 -0
world.js ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ export function updateWorld(Psi, sigma){
2
+ // fractal / field evolution placeholder
3
+ // hook WebGL / Mandelbulb here
4
+ }