|
@@ -414,11 +414,19 @@
|
|
|
|
|
|
var sceneList = [
|
|
|
{
|
|
|
- name : "BoomBox (PBR)", url : "./models/gltf/BoomBox/%s/BoomBox.gltf",
|
|
|
+ name : 'BoomBox (PBR)', url : './models/gltf/BoomBox/%s/BoomBox.gltf',
|
|
|
cameraPos: new THREE.Vector3(2, 1, 3),
|
|
|
objectRotation: new THREE.Euler(0, Math.PI, 0),
|
|
|
addLights:true,
|
|
|
- extensions: ["glTF", "glTF-pbrSpecularGlossiness", "glTF-Binary"],
|
|
|
+ extensions: ['glTF', 'glTF-pbrSpecularGlossiness', 'glTF-Binary'],
|
|
|
+ addEnvMap: true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name : 'MetalRoughSpheres (PBR)', url : './models/gltf/MetalRoughSpheres/%s/MetalRoughSpheres.gltf',
|
|
|
+ cameraPos: new THREE.Vector3(2, 1, 35),
|
|
|
+ objectRotation: new THREE.Euler(0, 0, 0),
|
|
|
+ addLights:true,
|
|
|
+ extensions: ['glTF'],
|
|
|
addEnvMap: true
|
|
|
}
|
|
|
];
|