06-11-2021, 05:51 AM
All particle-access functions are members of the 'tf' class. So
Needs to be:
Code:
Point3 map_pos = GetCustomVector(sInx, "map_pos");
Needs to be:
Code:
Point3 map_pos = tf.GetCustomVector(sInx, "map_pos");