Results 1 comments of songjie

> get the position from API by subscribing it like you did with velocity : > > ``` > const pos = useRef(new THREE.Vector3(0, 0, 0)); > ``` this help...