May 2018
Intermediate to advanced
470 pages
13h 54m
English
For initial development purposes, the following sample game data can be set to state to be rendered in the game view:
game: { name: 'Space Exploration', world: 'https://s3.amazonaws.com/mernbook/vrGame/milkyway.jpg', answerObjects: [ { objUrl: 'https://s3.amazonaws.com/mernbook/vrGame/planet.obj', mtlUrl: 'https://s3.amazonaws.com/mernbook/vrGame/planet.mtl', translateX: -50, translateY: 0, translateZ: 30, rotateX: 0, rotateY: 0, rotateZ: 0, scale: 7, color: 'white' } ], wrongObjects: [ { objUrl: 'https://s3.amazonaws.com/mernbook/vrGame/tardis.obj', mtlUrl: 'https://s3.amazonaws.com/mernbook/vrGame/tardis.mtl', translateX: 0, translateY: 0, translateZ: 90, rotateX: 0, rotateY: 20, rotateZ: 0, scale: 1, color: 'white' } ]}Read now
Unlock full access