GetCustomVector in script operator
#2
All particle-access functions are members of the 'tf' class. So

Code:
Point3 map_pos = GetCustomVector(sInx, "map_pos");

Needs to be:

Code:
Point3 map_pos = tf.GetCustomVector(sInx, "map_pos");
  Reply


Messages In This Thread
GetCustomVector in script operator - by henning - 06-11-2021, 05:45 AM
RE: GetCustomVector in script operator - by tyFlow - 06-11-2021, 05:51 AM

Forum Jump: