How do I get the entity for the Wand, User, and the View?

user = VRScript.Core.Entity(‘User0’)
head = VRScript.Core.Entity(‘User0Head’)
wand = VRScript.Core.Entity(‘User0Hand’)

The user is entity for the capsule in the center of the CAVE meaning the physical position of the user is not accounted for.  The head is the entity where the head tracker is, so it does account the the physical position of the user and the viewing orientation.  The wand refers to entity for the wand device and can be swapped out if you don’t want the red beam.