meta-client
Version:
Meta.js (Client)
66 lines (58 loc) • 1.39 kB
JavaScript
import {version} from './package.json';
export default {
version: version,
log: false,
space: {
color: 0xe0e0e0
},
device: {
headMountedDisplay: {
controllerModels: false
},
desktop: {
container: {
position: {
x: 0,
y: 0,
z: 0
}
},
camera: {
position: {
x: 0,
y: 0,
z: 3
}
},
globe: {
opacity: 0,
color: 0xff0000,
wireframe: true,
transparency: true
},
acceleration: 125
},
mobile: {
container: {
position: {
x: 0,
y: 0,
z: 0
}
},
camera: {
position: {
x: 0,
y: 0,
z: 3
}
},
globe:{
opacity: 0,
color: 0xff0000,
wireframe: true,
transparency: true
}
}
}
}