Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Add line render point, accepts x,y,z string format as well
Parameters:
- x
- A float value
- y
- A float value
- z
- A float value
Example:
1 | obj.addLinePoint(x, y, z) |
McMaster University Virtual Reality Simulation and Research
Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Add line render point, accepts x,y,z string format as well
Parameters:
Example:
1 | obj.addLinePoint(x, y, z) |