eye:Entity= this.contextService.entities.add(new Entity({id: EYE_ENTITY_ID,name: 'Eye',position: new ConstantPositionProperty(undefined, undefined),orientation: new ConstantProperty(Quaternion.IDENTITY)}))
An entity representing the pose of the viewer.
physicalEye
physicalEye:Entity= this.contextService.entities.add(new Entity({id: PHYSICAL_EYE_ENTITY_ID,name: 'Physical Eye',position: new ConstantPositionProperty(undefined, undefined),orientation: new ConstantProperty(Quaternion.IDENTITY)}))
An entity representing the physical pose of the viewer.
An entity representing the pose of the viewer.