Cannot read property 'body_id' of null
16 October 2015 18:29
Hi I am trying to use your raytest example and apply my own scene to it. However i get an error when i get to
var id = m_phy.append_ray_test_ext(obj_src, from, to, "ANY", ray_test_cb, true, false, true, true);.
It appears the b4w.min is looking for a body_id in my to object(which is just a float32array.. the console error is
Uncaught TypeError: Cannot read property 'body_id' of null
var id = m_phy.append_ray_test_ext(obj_src, from, to, "ANY", ray_test_cb, true, false, true, true);.
It appears the b4w.min is looking for a body_id in my to object(which is just a float32array.. the console error is
Uncaught TypeError: Cannot read property 'body_id' of null
16 October 2015 18:57
16 October 2015 19:18