mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 12:28:02 +02:00
Merge pull request #3941 from Atlante45/mouse_pick_in_oculus
Chess board correct orientation
This commit is contained in:
commit
c994f30f7d
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ ChessGame.Board = (function(position, scale) {
|
||||||
modelURL: ChessGame.BOARD.modelURL,
|
modelURL: ChessGame.BOARD.modelURL,
|
||||||
position: this.position,
|
position: this.position,
|
||||||
dimensions: this.dimensions,
|
dimensions: this.dimensions,
|
||||||
|
rotation: ChessGame.BOARD.rotation,
|
||||||
userData: this.buildUserDataString()
|
userData: this.buildUserDataString()
|
||||||
}
|
}
|
||||||
this.entity = null;
|
this.entity = null;
|
||||||
|
|
Loading…
Reference in a new issue