File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -287,9 +287,9 @@ export class Navigation
287
287
return this . fixUpVector ;
288
288
}
289
289
290
- SetFixUpVector ( fixUpVector )
290
+ SetFixUpVector ( isFixUpVector )
291
291
{
292
- this . fixUpVector = fixUpVector ;
292
+ this . fixUpVector = isFixUpVector ;
293
293
}
294
294
295
295
GetCamera ( )
Original file line number Diff line number Diff line change @@ -442,11 +442,11 @@ export class Viewer
442
442
return this . navigation . IsFixUpVector ( ) ;
443
443
}
444
444
445
- SetFixUpVector ( fixUpVector )
445
+ SetFixUpVector ( isFixUpVector )
446
446
{
447
447
let oldCamera = this . navigation . GetCamera ( ) ;
448
- let newCamera = this . upVector . SetFixed ( fixUpVector , oldCamera ) ;
449
- this . navigation . SetFixUpVector ( fixUpVector ) ;
448
+ let newCamera = this . upVector . SetFixed ( isFixUpVector , oldCamera ) ;
449
+ this . navigation . SetFixUpVector ( isFixUpVector ) ;
450
450
if ( newCamera !== null ) {
451
451
this . navigation . MoveCamera ( newCamera , this . settings . animationSteps ) ;
452
452
}
You can’t perform that action at this time.
0 commit comments