Skip to content
Snippets Groups Projects
Commit 7a95eecd authored by Xiao Gui's avatar Xiao Gui
Browse files

fix lint

parent 8a8be2d6
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ export class LeapService{
const vel = velocity
vel[1] = -vel[1]
vel[2] = -vel[2]
let cur = nehuba.nehubaViewer.ngviewer.perspectiveNavigationState.pose.orientation.orientation
const cur = nehuba.nehubaViewer.ngviewer.perspectiveNavigationState.pose.orientation.orientation
this.vec3.transformQuat(vel, vel, cur)
const { position } = nehuba.nehubaViewer.ngviewer.navigationState.pose
this.vec3.scaleAndAdd(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment