Explorar o código

Added glTF Loader + KHR_materials_variants extension example

cx20 %!s(int64=4) %!d(string=hai) anos
pai
achega
9d1d7d4363

+ 1 - 0
examples/files.json

@@ -92,6 +92,7 @@
 		"webgl_loader_gcode",
 		"webgl_loader_gltf",
 		"webgl_loader_gltf_extensions",
+		"webgl_loader_gltf_variant",
 		"webgl_loader_imagebitmap",
 		"webgl_loader_kmz",
 		"webgl_loader_ldraw",

+ 18 - 0
examples/models/gltf/MaterialsVariantsShoe/README.md

@@ -0,0 +1,18 @@
+# Materials Variants Shoe
+
+## Screenshot
+
+![screenshot](screenshot/screenshot.jpg)
+
+## Description
+
+This model uses the KHR_materials_variants extension. It is a shoe with 3 color variants in it: "Beach", "Midnight", and "Street".
+
+If each variant was a separate model, they would be 5.4 MB each. Combined they make up a single model that is 7.8MB since they share geometry and all textures except the base color texture.
+
+note: The textures in this repository have been resized to save space. 
+      See https://github.com/pushmatrix/glTF-Sample-Models/tree/master/2.0/MaterialsVariantsShoe for the original.
+
+## License Information
+Copyright 2020 Shopify, Inc. 
+CC BY 4.0 https://creativecommons.org/licenses/by/4.0/

BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/MaterialsVariantsShoe.bin


+ 393 - 0
examples/models/gltf/MaterialsVariantsShoe/glTF/MaterialsVariantsShoe.gltf

@@ -0,0 +1,393 @@
+{
+  "accessors": [
+    {
+      "bufferView": 0,
+      "byteOffset": 0,
+      "count": 13540,
+      "componentType": 5126,
+      "type": "VEC3",
+      "min": [
+        -0.999970018863678,
+        -1,
+        -0.9999949932098388
+      ],
+      "max": [
+        0.999809980392456,
+        0.9999020099639891,
+        0.9999240040779114
+      ]
+    },
+    {
+      "bufferView": 1,
+      "byteOffset": 0,
+      "count": 13540,
+      "componentType": 5126,
+      "type": "VEC3",
+      "min": [
+        -1,
+        -0.5139704942703247,
+        -0.38874176144599915
+      ],
+      "max": [
+        1.0000001192092896,
+        0.5139704942703247,
+        0.38874176144599915
+      ]
+    },
+    {
+      "bufferView": 2,
+      "byteOffset": 0,
+      "count": 13540,
+      "componentType": 5126,
+      "type": "VEC2",
+      "min": [
+        0.001952999969944358,
+        0.03520399332046509
+      ],
+      "max": [
+        0.9980469942092896,
+        0.9980469942092896
+      ]
+    },
+    {
+      "bufferView": 3,
+      "byteOffset": 0,
+      "count": 68100,
+      "componentType": 5125,
+      "type": "SCALAR",
+      "min": [
+        0
+      ],
+      "max": [
+        13539
+      ]
+    }
+  ],
+  "asset": {
+    "generator": "THREE.GLTFExporter",
+    "version": "2.0"
+  },
+  "buffers": [
+    {
+      "name": "shoes-processed",
+      "byteLength": 383972,
+      "uri": "MaterialsVariantsShoe.bin"
+    }
+  ],
+  "bufferViews": [
+    {
+      "buffer": 0,
+      "byteLength": 162480,
+      "byteOffset": 0,
+      "byteStride": 12,
+      "target": 34962
+    },
+    {
+      "buffer": 0,
+      "byteLength": 162480,
+      "byteOffset": 162480,
+      "byteStride": 12,
+      "target": 34962
+    },
+    {
+      "buffer": 0,
+      "byteLength": 108320,
+      "byteOffset": 324960,
+      "byteStride": 8,
+      "target": 34962
+    },
+    {
+      "buffer": 0,
+      "byteLength": 272400,
+      "byteOffset": 433280,
+      "target": 34963
+    }
+  ],
+  "scene": 0,
+  "extensions": {
+    "KHR_materials_variants": {
+      "variants": [
+          {"name": "midnight"},
+          {"name": "beach" },
+          {"name": "street" }
+        ]
+    }
+  },
+  "extensionsUsed": [
+    "KHR_materials_variants"
+  ],
+  "images": [
+    {
+      "mimeType": "image/jpeg",
+      "uri": "occlusionRougnessMetalness.jpg"
+    },
+    {
+      "mimeType": "image/jpeg",
+      "uri": "diffuseMidnight.jpg"
+    },
+    {
+      "mimeType": "image/jpeg",
+      "uri": "normal.jpg"
+    },
+    {
+      "mimeType": "image/jpeg",
+      "uri": "diffuseBeach.jpg"
+    },
+    {
+      "mimeType": "image/jpeg",
+      "uri": "diffuseStreet.jpg"
+    }
+  ],
+  "materials": [
+    {
+      "alphaMode": "OPAQUE",
+      "doubleSided": false,
+      "name": "phong1SG",
+      "pbrMetallicRoughness": {
+        "baseColorFactor": [
+          1,
+          1,
+          1,
+          1
+        ],
+        "baseColorTexture": {
+          "index": 1,
+          "texCoord": 0
+        },
+        "metallicFactor": 1,
+        "roughnessFactor": 1,
+        "metallicRoughnessTexture": {
+          "index": 0,
+          "texCoord": 0
+        }
+      },
+      "normalTexture": {
+        "index": 2,
+        "scale": 1,
+        "texCoord": 0
+      },
+      "occlusionTexture": {
+        "index": 0,
+        "strength": 1,
+        "texCoord": 0
+      },
+      "emissiveFactor": [
+        0,
+        0,
+        0
+      ]
+    },
+    {
+      "alphaMode": "OPAQUE",
+      "doubleSided": false,
+      "name": "phong1SG",
+      "pbrMetallicRoughness": {
+        "baseColorFactor": [
+          1,
+          1,
+          1,
+          1
+        ],
+        "baseColorTexture": {
+          "index": 3,
+          "texCoord": 0
+        },
+        "metallicFactor": 1,
+        "roughnessFactor": 1,
+        "metallicRoughnessTexture": {
+          "index": 0,
+          "texCoord": 0
+        }
+      },
+      "normalTexture": {
+        "index": 2,
+        "scale": 1,
+        "texCoord": 0
+      },
+      "occlusionTexture": {
+        "index": 0,
+        "strength": 1,
+        "texCoord": 0
+      },
+      "emissiveFactor": [
+        0,
+        0,
+        0
+      ]
+    },
+    {
+      "alphaMode": "OPAQUE",
+      "doubleSided": false,
+      "name": "phong1SG",
+      "pbrMetallicRoughness": {
+        "baseColorFactor": [
+          1,
+          1,
+          1,
+          1
+        ],
+        "baseColorTexture": {
+          "index": 4,
+          "texCoord": 0
+        },
+        "metallicFactor": 1,
+        "roughnessFactor": 1,
+        "metallicRoughnessTexture": {
+          "index": 0,
+          "texCoord": 0
+        }
+      },
+      "normalTexture": {
+        "index": 2,
+        "scale": 1,
+        "texCoord": 0
+      },
+      "occlusionTexture": {
+        "index": 0,
+        "strength": 1,
+        "texCoord": 0
+      },
+      "emissiveFactor": [
+        0,
+        0,
+        0
+      ]
+    }
+  ],
+  "meshes": [
+    {
+      "name": "shoe",
+      "primitives": [
+        {
+          "attributes": {
+            "NORMAL": 0,
+            "POSITION": 1,
+            "TEXCOORD_0": 2
+          },
+          "extensions": {
+            "KHR_materials_variants": {
+              "mappings": [
+                {
+                  "material": 0,
+                  "variants": [
+                    0
+                  ]
+                },
+                {
+                  "material": 1,
+                  "variants": [
+                    1
+                  ]
+                },
+                {
+                  "material": 2,
+                  "variants": [
+                    2
+                  ]
+                }
+              ]
+            }
+          },
+          "indices": 3,
+          "material": 0,
+          "mode": 4
+        }
+      ]
+    }
+  ],
+  "nodes": [
+    {
+      "extras": {
+        "name": "Shoe"
+      },
+      "mesh": 0,
+      "name": "Shoe"
+    },
+    {
+      "children": [
+        0
+      ],
+      "extras": {
+        "name": "g Shoe"
+      },
+      "name": "g_Shoe"
+    },
+    {
+      "children": [
+        1
+      ],
+      "extras": {
+        "name": "Shoe.obj"
+      },
+      "matrix": [
+        0.14893949,
+        0,
+        0,
+        0,
+        0,
+        0.14893949,
+        0,
+        0,
+        0,
+        0,
+        0.14893949,
+        0,
+        0.0016104877,
+        0.07590251,
+        0.0048509985,
+        1
+      ],
+      "name": "Shoeobj"
+    }
+  ],
+  "samplers": [
+    {
+      "magFilter": 9729,
+      "minFilter": 9985,
+      "wrapS": 10497,
+      "wrapT": 10497
+    },
+    {
+      "magFilter": 9729,
+      "minFilter": 9985,
+      "wrapS": 10497,
+      "wrapT": 10497
+    },
+    {
+      "magFilter": 9729,
+      "minFilter": 9985,
+      "wrapS": 10497,
+      "wrapT": 10497
+    }
+  ],
+  "scenes": [
+    {
+      "name": "Scene",
+      "nodes": [
+        2
+      ]
+    }
+  ],
+  "textures": [
+    {
+      "sampler": 0,
+      "source": 0
+    },
+    {
+      "sampler": 1,
+      "source": 1
+    },
+    {
+      "sampler": 2,
+      "source": 2
+    },
+    {
+      "sampler": 0,
+      "source": 3
+    },
+    {
+      "sampler": 0,
+      "source": 4
+    }
+  ]
+}

BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/diffuseBeach.jpg


BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/diffuseMidnight.jpg


BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/diffuseStreet.jpg


BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/normal.jpg


BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/glTF/occlusionRougnessMetalness.jpg


BIN=BIN
examples/models/gltf/MaterialsVariantsShoe/screenshot/screenshot.jpg


BIN=BIN
examples/screenshots/webgl_loader_gltf_variant.jpg


+ 209 - 0
examples/webgl_loader_gltf_variant.html

@@ -0,0 +1,209 @@
+<!DOCTYPE html>
+<html lang="en">
+	<head>
+		<title>three.js webgl - glTF loader</title>
+		<meta charset="utf-8">
+		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
+		<link type="text/css" rel="stylesheet" href="main.css">
+	</head>
+
+	<body>
+		<div id="info">
+			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> - GLTFLoader + <a href="https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_variants" target="_blank" rel="noopener">KHR_materials_variants</a> extension<br />
+			<a href="https://github.com/pushmatrix/glTF-Sample-Models/tree/master/2.0/MaterialsVariantsShoe" target="_blank" rel="noopener">Materials Variants Shoe</a> by
+			<a href="https://github.com/Shopify" target="_blank" rel="noopener">Shopify, Inc</a><br />
+			<a href="https://hdrihaven.com/hdri/?h=royal_esplanade" target="_blank" rel="noopener">Royal Esplanade</a> by <a href="https://hdrihaven.com/" target="_blank" rel="noopener">HDRI Haven</a>
+		</div>
+
+		<script type="module">
+
+			import * as THREE from '../build/three.module.js';
+
+			import { GUI } from './jsm/libs/dat.gui.module.js';
+			import { OrbitControls } from './jsm/controls/OrbitControls.js';
+			import { GLTFLoader } from './jsm/loaders/GLTFLoader.js';
+			import { RGBELoader } from './jsm/loaders/RGBELoader.js';
+			import { RoughnessMipmapper } from './jsm/utils/RoughnessMipmapper.js';
+
+			let camera, scene, renderer;
+			let gui;
+			
+			const state = {
+				variant: "midnight"
+			};
+
+			init();
+			render();
+
+			function init() {
+
+				const container = document.createElement( 'div' );
+				document.body.appendChild( container );
+
+				camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 0.25, 20 );
+				camera.position.set( 3.0, 3.0, - 3.0);
+
+				scene = new THREE.Scene();
+
+				new RGBELoader()
+					.setDataType( THREE.UnsignedByteType )
+					.setPath( 'textures/equirectangular/' )
+					.load( 'royal_esplanade_1k.hdr', function ( texture ) {
+
+						const envMap = pmremGenerator.fromEquirectangular( texture ).texture;
+
+						scene.background = envMap;
+						scene.environment = envMap;
+
+						texture.dispose();
+						pmremGenerator.dispose();
+
+						render();
+
+						// model
+
+						// use of RoughnessMipmapper is optional
+						const roughnessMipmapper = new RoughnessMipmapper( renderer );
+
+						const loader = new GLTFLoader().setPath( 'models/gltf/MaterialsVariantsShoe/glTF/' );
+						loader.load( 'MaterialsVariantsShoe.gltf', function ( gltf ) {
+
+							gltf.scene.scale.set( 10.0, 10.0, 10.0 );
+
+							gltf.scene.traverse( function ( child ) {
+
+								if ( child.isMesh ) {
+
+									// TOFIX RoughnessMipmapper seems to be broken with WebGL 2.0
+									// roughnessMipmapper.generateMipmaps( child.material );
+
+								}
+
+							} );
+
+							scene.add( gltf.scene );
+
+							// GUI
+							gui = new GUI();
+
+							// Details of the KHR_materials_variants extension used here can be found below
+							// https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_variants
+							
+							if ( gltf.userData.gltfExtensions !== undefined ) {
+
+								let parser = gltf.parser;
+
+								const extension = gltf.userData.gltfExtensions[ 'KHR_materials_variants' ];
+
+								if ( extension !== undefined ) {
+
+									let variants = extension.variants.map( variant => variant.name );
+									let guiVariants = gui.add( state, 'variant', variants ).name( 'Variant' );
+									
+									changeMaterialByVariantName(scene, parser, extension, state.variant);
+
+									guiVariants.onChange( function ( value ) {
+
+										changeMaterialByVariantName(scene, parser, extension, value);
+
+									});
+
+								}
+
+							}
+
+							roughnessMipmapper.dispose();
+
+							render();
+
+						} );
+
+					} );
+
+				renderer = new THREE.WebGLRenderer( { antialias: true } );
+				renderer.setPixelRatio( window.devicePixelRatio );
+				renderer.setSize( window.innerWidth, window.innerHeight );
+				renderer.toneMapping = THREE.ACESFilmicToneMapping;
+				renderer.toneMappingExposure = 1;
+				renderer.outputEncoding = THREE.sRGBEncoding;
+				container.appendChild( renderer.domElement );
+
+				const pmremGenerator = new THREE.PMREMGenerator( renderer );
+				pmremGenerator.compileEquirectangularShader();
+
+				const controls = new OrbitControls( camera, renderer.domElement );
+				controls.addEventListener( 'change', render ); // use if there is no animation loop
+				controls.minDistance = 2;
+				controls.maxDistance = 10;
+				controls.target.set( 0, 0, - 0.2 );
+				controls.update();
+
+				window.addEventListener( 'resize', onWindowResize, false );
+
+			}
+
+			function changeMaterialByVariantName( scene, parser, extension, variantName ) {
+
+				const variantIndex = extension.variants.findIndex( ( v ) => v.name.includes( variantName ) );
+
+				scene.traverse( async ( object ) => {
+
+					if ( !object.isMesh ) return;
+
+					const meshVariantData = object.userData.gltfExtensions[ 'KHR_materials_variants' ];
+
+					if ( meshVariantData !== undefined ) {
+
+						let materialIndex = - 1;
+
+						for ( let i = 0; i < meshVariantData.mappings.length; i ++ ) {
+
+							const mapping = meshVariantData.mappings[ i ];
+
+							if ( mapping.variants.indexOf( variantIndex ) != - 1 ) {
+
+								materialIndex = mapping.material;
+
+								break;
+
+							}
+
+						}
+
+						if ( materialIndex != - 1 ) {
+
+							object.material = await parser.getDependency( 'material', materialIndex );
+
+							render();
+
+						}
+
+					}
+
+				});
+
+			}
+
+			function onWindowResize() {
+
+				camera.aspect = window.innerWidth / window.innerHeight;
+				camera.updateProjectionMatrix();
+
+				renderer.setSize( window.innerWidth, window.innerHeight );
+
+				render();
+
+			}
+
+			//
+
+			function render() {
+
+				renderer.render( scene, camera );
+
+			}
+
+		</script>
+
+	</body>
+</html>