VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Avatar.AVR_PoseNaturalizationFilter.OnEnable ( )
inlineprivate

Definition at line 52 of file AVR_PoseNaturalizationFilter.cs.

52  {
53  if(refpoints==null) _refpoints = new List<Vector3>();
54  else _refpoints = refpoints.Take(Mathf.Min(refpoints.Count, reference_amount)).ToList();
55  }
int reference_amount
The amount of points from the point-cloud to use