Bruce Wayne

Results 5 issues of Bruce Wayne

After doing a git clone lein repl (run) The Todo list shows but updates to entities fail with; ![image](https://user-images.githubusercontent.com/797736/27806776-81c0a6bc-6034-11e7-9d02-6464878e0e0b.png)

Create some objects that make use of InstancedMesh ``` let test = [] for(let i=0; i < 100; i++) { test.push(phy.add( { type: 'cylinder', size:[1,1], instance:'someObj', mesh:aMesh, pos:[0,i,0]} )) }...

Is there an example template project that demonstrates importing phy and using it in another project? Using rollup or vite

phy.add({ type:'contact', b1:obj1.name, b2:'obj2.name, callback: someCallback }) In Havok someCallback is called for all collisions involving obj1, not just those involving obj2 but arg.hit is always false. Phsyx works as...

I would like to use DatView but without having to augment my Datomic schema with the :e/type definitions. I would prefer to specifically query the datoms I want, essentially moving...