mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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,
|
||||
position: this.position,
|
||||
dimensions: this.dimensions,
|
||||
rotation: ChessGame.BOARD.rotation,
|
||||
userData: this.buildUserDataString()
|
||||
}
|
||||
this.entity = null;
|
||||
|
|
Loading…
Reference in a new issue