Make models larger in the 3D view.

pull/3/head
Dominic Clifton 10 years ago
parent 99e11b65ce
commit 62f0de7d3d

@ -241,7 +241,7 @@ TABS.setup.initialize3D = function (compatibility) {
loader.load('./resources/models/' + model_file + '.json', function (geometry, materials) {
model = new THREE.Mesh(geometry, new THREE.MeshFaceMaterial(materials));
model.scale.set(10, 10, 10);
model.scale.set(15, 15, 15);
modelWrapper.add(model);
scene.add(modelWrapper);

Loading…
Cancel
Save