1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735 |
- /// <reference path="../../../../dist/preview release/babylon.d.ts"/>
- module BABYLON.GLTF1 {
- /**
- * Tokenizer. Used for shaders compatibility
- * Automatically map world, view, projection, worldViewProjection, attributes and so on
- */
- enum ETokenType {
- IDENTIFIER = 1,
- UNKNOWN = 2,
- END_OF_INPUT = 3
- }
- class Tokenizer {
- private _toParse: string;
- private _pos: number = 0;
- private _maxPos: number;
- public currentToken: ETokenType;
- public currentIdentifier: string;
- public currentString: string;
- public isLetterOrDigitPattern: RegExp = /^[a-zA-Z0-9]+$/;
- constructor(toParse: string) {
- this._toParse = toParse;
- this._maxPos = toParse.length;
- }
- public getNextToken(): ETokenType {
- if (this.isEnd()) return ETokenType.END_OF_INPUT;
- this.currentString = this.read();
- this.currentToken = ETokenType.UNKNOWN;
- if (this.currentString === "_" || this.isLetterOrDigitPattern.test(this.currentString)) {
- this.currentToken = ETokenType.IDENTIFIER;
- this.currentIdentifier = this.currentString;
- while (!this.isEnd() && (this.isLetterOrDigitPattern.test(this.currentString = this.peek()) || this.currentString === "_")) {
- this.currentIdentifier += this.currentString;
- this.forward();
- }
- }
- return this.currentToken;
- }
- public peek(): string {
- return this._toParse[this._pos];
- }
- public read(): string {
- return this._toParse[this._pos++];
- }
- public forward(): void {
- this._pos++;
- }
- public isEnd(): boolean {
- return this._pos >= this._maxPos;
- }
- }
- /**
- * Values
- */
- var glTFTransforms = ["MODEL", "VIEW", "PROJECTION", "MODELVIEW", "MODELVIEWPROJECTION", "JOINTMATRIX"];
- var babylonTransforms = ["world", "view", "projection", "worldView", "worldViewProjection", "mBones"];
- var glTFAnimationPaths = ["translation", "rotation", "scale"];
- var babylonAnimationPaths = ["position", "rotationQuaternion", "scaling"];
- /**
- * Parse
- */
- var parseBuffers = (parsedBuffers: any, gltfRuntime: IGLTFRuntime) => {
- for (var buf in parsedBuffers) {
- var parsedBuffer = parsedBuffers[buf];
- gltfRuntime.buffers[buf] = parsedBuffer;
- gltfRuntime.buffersCount++;
- }
- };
- var parseShaders = (parsedShaders: any, gltfRuntime: IGLTFRuntime) => {
- for (var sha in parsedShaders) {
- var parsedShader = parsedShaders[sha];
- gltfRuntime.shaders[sha] = parsedShader;
- gltfRuntime.shaderscount++;
- }
- };
- var parseObject = (parsedObjects: any, runtimeProperty: string, gltfRuntime: IGLTFRuntime) => {
- for (var object in parsedObjects) {
- var parsedObject = parsedObjects[object];
- gltfRuntime[runtimeProperty][object] = parsedObject;
- }
- };
- /**
- * Utils
- */
- var normalizeUVs = (buffer: any) => {
- if (!buffer) {
- return;
- }
- for (var i = 0; i < buffer.length / 2; i++) {
- buffer[i * 2 + 1] = 1.0 - buffer[i * 2 + 1];
- }
- };
- var replaceInString = (str: string, searchValue: string, replaceValue: string) => {
- while (str.indexOf(searchValue) !== -1) {
- str = str.replace(searchValue, replaceValue);
- }
- return str;
- };
- var getAttribute = (attributeParameter: IGLTFTechniqueParameter) => {
- if (attributeParameter.semantic === "NORMAL") {
- return "normal";
- } else if (attributeParameter.semantic === "POSITION") {
- return "position";
- } else if (attributeParameter.semantic === "JOINT") {
- return "matricesIndices";
- } else if (attributeParameter.semantic === "WEIGHT") {
- return "matricesWeights";
- } else if (attributeParameter.semantic === "COLOR") {
- return "color";
- } else if (attributeParameter.semantic.indexOf("TEXCOORD_") !== -1) {
- var channel = Number(attributeParameter.semantic.split("_")[1]);
- return "uv" + (channel === 0 ? "" : channel + 1);
- }
- };
- /**
- * Returns the animation path (glTF -> Babylon)
- */
- var getAnimationPath = (path: string): string => {
- var index = glTFAnimationPaths.indexOf(path);
- if (index !== -1) {
- return babylonAnimationPaths[index];
- }
- return path;
- };
- /**
- * Loads and creates animations
- */
- var loadAnimations = (gltfRuntime: IGLTFRuntime) => {
- for (var anim in gltfRuntime.animations) {
- var animation: IGLTFAnimation = gltfRuntime.animations[anim];
- var lastAnimation: Animation = null;
- for (var i = 0; i < animation.channels.length; i++) {
- // Get parameters and load buffers
- var channel = animation.channels[i];
- var sampler: IGLTFAnimationSampler = animation.samplers[channel.sampler];
- if (!sampler) {
- continue;
- }
- var inputData: string = null;
- var outputData: string = null;
- if (animation.parameters) {
- inputData = animation.parameters[sampler.input];
- outputData = animation.parameters[sampler.output];
- }
- else {
- inputData = sampler.input;
- outputData = sampler.output;
- }
- var bufferInput = GLTFUtils.GetBufferFromAccessor(gltfRuntime, gltfRuntime.accessors[inputData]);
- var bufferOutput = GLTFUtils.GetBufferFromAccessor(gltfRuntime, gltfRuntime.accessors[outputData]);
- var targetID = channel.target.id;
- var targetNode: any = gltfRuntime.scene.getNodeByID(targetID);
- if (targetNode === null) {
- targetNode = gltfRuntime.scene.getNodeByName(targetID);
- }
- if (targetNode === null) {
- Tools.Warn("Creating animation named " + anim + ". But cannot find node named " + targetID + " to attach to");
- continue;
- }
- var isBone = targetNode instanceof Bone;
- // Get target path (position, rotation or scaling)
- var targetPath = channel.target.path;
- var targetPathIndex = glTFAnimationPaths.indexOf(targetPath);
- if (targetPathIndex !== -1) {
- targetPath = babylonAnimationPaths[targetPathIndex];
- }
- // Determine animation type
- var animationType = Animation.ANIMATIONTYPE_MATRIX;
- if (!isBone) {
- if (targetPath === "rotationQuaternion") {
- animationType = Animation.ANIMATIONTYPE_QUATERNION;
- targetNode.rotationQuaternion = new Quaternion();
- }
- else {
- animationType = Animation.ANIMATIONTYPE_VECTOR3;
- }
- }
- // Create animation and key frames
- var babylonAnimation: Animation = null;
- var keys = [];
- var arrayOffset = 0;
- var modifyKey = false;
- if (isBone && lastAnimation && lastAnimation.getKeys().length === bufferInput.length) {
- babylonAnimation = lastAnimation;
- modifyKey = true;
- }
- if (!modifyKey) {
- babylonAnimation = new Animation(anim, isBone ? "_matrix" : targetPath, 1, animationType, Animation.ANIMATIONLOOPMODE_CYCLE);
- }
- // For each frame
- for (var j = 0; j < bufferInput.length; j++) {
- var value: any = null;
- if (targetPath === "rotationQuaternion") { // VEC4
- value = Quaternion.FromArray([bufferOutput[arrayOffset], bufferOutput[arrayOffset + 1], bufferOutput[arrayOffset + 2], bufferOutput[arrayOffset + 3]]);
- arrayOffset += 4;
- }
- else { // Position and scaling are VEC3
- value = Vector3.FromArray([bufferOutput[arrayOffset], bufferOutput[arrayOffset + 1], bufferOutput[arrayOffset + 2]]);
- arrayOffset += 3;
- }
- if (isBone) {
- var bone = <Bone>targetNode;
- var translation = Vector3.Zero();
- var rotationQuaternion = new Quaternion();
- var scaling = Vector3.Zero();
- // Warning on decompose
- var mat = bone.getBaseMatrix();
- if (modifyKey) {
- mat = lastAnimation.getKeys()[j].value;
- }
- mat.decompose(scaling, rotationQuaternion, translation);
- if (targetPath === "position") {
- translation = value;
- }
- else if (targetPath === "rotationQuaternion") {
- rotationQuaternion = value;
- }
- else {
- scaling = value;
- }
- value = Matrix.Compose(scaling, rotationQuaternion, translation);
- }
- if (!modifyKey) {
- keys.push({
- frame: bufferInput[j],
- value: value
- });
- }
- else {
- lastAnimation.getKeys()[j].value = value;
- }
- }
- // Finish
- if (!modifyKey) {
- babylonAnimation.setKeys(keys);
- targetNode.animations.push(babylonAnimation);
- }
- lastAnimation = babylonAnimation;
- gltfRuntime.scene.stopAnimation(targetNode);
- gltfRuntime.scene.beginAnimation(targetNode, 0, bufferInput[bufferInput.length - 1], true, 1.0);
- }
- }
- };
- /**
- * Returns the bones transformation matrix
- */
- var configureBoneTransformation = (node: IGLTFNode): Matrix => {
- var mat: Matrix = null;
- if (node.translation || node.rotation || node.scale) {
- var scale = Vector3.FromArray(node.scale || [1, 1, 1]);
- var rotation = Quaternion.FromArray(node.rotation || [0, 0, 0, 1]);
- var position = Vector3.FromArray(node.translation || [0, 0, 0]);
- mat = Matrix.Compose(scale, rotation, position);
- }
- else {
- mat = Matrix.FromArray(node.matrix);
- }
- return mat;
- };
- /**
- * Returns the parent bone
- */
- var getParentBone = (gltfRuntime: IGLTFRuntime, skins: IGLTFSkins, jointName: string, newSkeleton: Skeleton): Bone => {
- // Try to find
- for (var i = 0; i < newSkeleton.bones.length; i++) {
- if (newSkeleton.bones[i].name === jointName) {
- return newSkeleton.bones[i];
- }
- }
- // Not found, search in gltf nodes
- var nodes = gltfRuntime.nodes;
- for (var nde in nodes) {
- var node: IGLTFNode = nodes[nde];
- if (!node.jointName) {
- continue;
- }
- var children = node.children;
- for (var i = 0; i < children.length; i++) {
- var child: IGLTFNode = gltfRuntime.nodes[children[i]];
- if (!child.jointName) {
- continue;
- }
- if (child.jointName === jointName) {
- var mat = configureBoneTransformation(node);
- var bone = new Bone(node.name, newSkeleton, getParentBone(gltfRuntime, skins, node.jointName, newSkeleton), mat);
- bone.id = nde;
- return bone;
- }
- }
- }
- return null;
- }
- /**
- * Returns the appropriate root node
- */
- var getNodeToRoot = (nodesToRoot: INodeToRoot[], id: string): Bone => {
- for (var i = 0; i < nodesToRoot.length; i++) {
- var nodeToRoot = nodesToRoot[i];
- for (var j = 0; j < nodeToRoot.node.children.length; j++) {
- var child = nodeToRoot.node.children[j];
- if (child === id) {
- return nodeToRoot.bone;
- }
- }
- }
- return null;
- };
- /**
- * Returns the node with the joint name
- */
- var getJointNode = (gltfRuntime: IGLTFRuntime, jointName: string): IJointNode => {
- var nodes = gltfRuntime.nodes;
- var node: IGLTFNode = nodes[jointName];
- if (node) {
- return {
- node: node,
- id: jointName
- };
- }
- for (var nde in nodes) {
- node = nodes[nde];
- if (node.jointName === jointName) {
- return {
- node: node,
- id: nde
- };
- }
- }
- return null;
- }
- /**
- * Checks if a nodes is in joints
- */
- var nodeIsInJoints = (skins: IGLTFSkins, id: string): boolean => {
- for (var i = 0; i < skins.jointNames.length; i++) {
- if (skins.jointNames[i] === id) {
- return true;
- }
- }
- return false;
- }
- /**
- * Fills the nodes to root for bones and builds hierarchy
- */
- var getNodesToRoot = (gltfRuntime: IGLTFRuntime, newSkeleton: Skeleton, skins: IGLTFSkins, nodesToRoot: INodeToRoot[]) => {
- // Creates nodes for root
- for (var nde in gltfRuntime.nodes) {
- var node: IGLTFNode = gltfRuntime.nodes[nde];
- var id = nde;
- if (!node.jointName || nodeIsInJoints(skins, node.jointName)) {
- continue;
- }
- // Create node to root bone
- var mat = configureBoneTransformation(node);
- var bone = new Bone(node.name, newSkeleton, null, mat);
- bone.id = id;
- nodesToRoot.push({ bone: bone, node: node, id: id });
- }
- // Parenting
- for (var i = 0; i < nodesToRoot.length; i++) {
- var nodeToRoot = nodesToRoot[i];
- var children = nodeToRoot.node.children;
- for (var j = 0; j < children.length; j++) {
- var child: INodeToRoot = null;
- for (var k = 0; k < nodesToRoot.length; k++) {
- if (nodesToRoot[k].id === children[j]) {
- child = nodesToRoot[k];
- break;
- }
- }
- if (child) {
- (<any>child.bone)._parent = nodeToRoot.bone;
- nodeToRoot.bone.children.push(child.bone);
- }
- }
- }
- };
- var printMat = (m: Float32Array) => {
- console.log(
- m[0] + "\t" + m[1] + "\t" + m[2] + "\t" + m[3] + "\n" +
- m[4] + "\t" + m[5] + "\t" + m[6] + "\t" + m[7] + "\n" +
- m[8] + "\t" + m[9] + "\t" + m[10] + "\t" + m[11] + "\n" +
- m[12] + "\t" + m[13] + "\t" + m[14] + "\t" + m[15] + "\n"
- );
- }
- /**
- * Imports a skeleton
- */
- var importSkeleton = (gltfRuntime: IGLTFRuntime, skins: IGLTFSkins, mesh: Mesh, newSkeleton: Skeleton, id: string): Skeleton => {
- if (!newSkeleton) {
- newSkeleton = new Skeleton(skins.name, "", gltfRuntime.scene);
- }
- if (!skins.babylonSkeleton) {
- return newSkeleton;
- }
- // Matrices
- var accessor = gltfRuntime.accessors[skins.inverseBindMatrices];
- var buffer = GLTFUtils.GetBufferFromAccessor(gltfRuntime, accessor);
- var bindShapeMatrix = Matrix.FromArray(skins.bindShapeMatrix);
- // Find the root bones
- var nodesToRoot: INodeToRoot[] = [];
- var nodesToRootToAdd: Bone[] = [];
- getNodesToRoot(gltfRuntime, newSkeleton, skins, nodesToRoot);
- newSkeleton.bones = [];
- // Joints
- for (var i = 0; i < skins.jointNames.length; i++) {
- var jointNode = getJointNode(gltfRuntime, skins.jointNames[i]);
- var node = jointNode.node;
- if (!node) {
- Tools.Warn("Joint named " + skins.jointNames[i] + " does not exist");
- continue;
- }
- var id = jointNode.id;
- // Optimize, if the bone already exists...
- var existingBone = gltfRuntime.scene.getBoneByID(id);
- if (existingBone) {
- newSkeleton.bones.push(existingBone);
- continue;
- }
- // Search for parent bone
- var foundBone = false;
- var parentBone: Bone = null;
- for (var j = 0; j < i; j++) {
- var joint: IGLTFNode = getJointNode(gltfRuntime, skins.jointNames[j]).node;
- if (!joint) {
- Tools.Warn("Joint named " + skins.jointNames[j] + " does not exist when looking for parent");
- continue;
- }
- var children = joint.children;
- if (!children) {
- continue;
- }
- foundBone = false;
- for (var k = 0; k < children.length; k++) {
- if (children[k] === id) {
- parentBone = getParentBone(gltfRuntime, skins, skins.jointNames[j], newSkeleton);
- foundBone = true;
- break;
- }
- }
- if (foundBone) {
- break;
- }
- }
- // Create bone
- var mat = configureBoneTransformation(node);
- if (!parentBone && nodesToRoot.length > 0) {
- parentBone = getNodeToRoot(nodesToRoot, id);
- if (parentBone) {
- if (nodesToRootToAdd.indexOf(parentBone) === -1) {
- nodesToRootToAdd.push(parentBone);
- }
- }
- }
- var bone = new Bone(node.jointName, newSkeleton, parentBone, mat);
- bone.id = id;
- }
- // Polish
- var bones = newSkeleton.bones;
- newSkeleton.bones = [];
-
- for (var i = 0; i < skins.jointNames.length; i++) {
- var jointNode: IJointNode = getJointNode(gltfRuntime, skins.jointNames[i]);
- if (!jointNode) {
- continue;
- }
- for (var j = 0; j < bones.length; j++) {
- if (bones[j].id === jointNode.id) {
- newSkeleton.bones.push(bones[j]);
- break;
- }
- }
- }
- newSkeleton.prepare();
- // Finish
- for (var i = 0; i < nodesToRootToAdd.length; i++) {
- newSkeleton.bones.push(nodesToRootToAdd[i]);
- }
- return newSkeleton;
- };
- /**
- * Imports a mesh and its geometries
- */
- var importMesh = (gltfRuntime: IGLTFRuntime, node: IGLTFNode, meshes: string[], id: string, newMesh: Mesh): Mesh => {
- if (!newMesh) {
- newMesh = new Mesh(node.name, gltfRuntime.scene);
- newMesh.id = id;
- }
- if (!node.babylonNode) {
- return newMesh;
- }
- var multiMat = new MultiMaterial("multimat" + id, gltfRuntime.scene);
- if (!newMesh.material) {
- newMesh.material = multiMat;
- }
- var vertexData = new VertexData();
- var geometry = new Geometry(id, gltfRuntime.scene, vertexData, false, newMesh);
- var verticesStarts = [];
- var verticesCounts = [];
- var indexStarts = [];
- var indexCounts = [];
- for (var meshIndex = 0; meshIndex < meshes.length; meshIndex++) {
- var meshID = meshes[meshIndex];
- var mesh: IGLTFMesh = gltfRuntime.meshes[meshID];
- if (!mesh) {
- continue;
- }
- // Positions, normals and UVs
- for (var i = 0; i < mesh.primitives.length; i++) {
- // Temporary vertex data
- var tempVertexData = new VertexData();
- var primitive = mesh.primitives[i];
- if (primitive.mode !== 4) {
- // continue;
- }
- var attributes = primitive.attributes;
- var accessor: IGLTFAccessor = null;
- var buffer: any = null;
- // Set positions, normal and uvs
- for (var semantic in attributes) {
- // Link accessor and buffer view
- accessor = gltfRuntime.accessors[attributes[semantic]];
- buffer = GLTFUtils.GetBufferFromAccessor(gltfRuntime, accessor);
- if (semantic === "NORMAL") {
- tempVertexData.normals = new Float32Array(buffer.length);
- (<Float32Array>tempVertexData.normals).set(buffer);
- }
- else if (semantic === "POSITION") {
- if (BABYLON.GLTFFileLoader.HomogeneousCoordinates) {
- tempVertexData.positions = new Float32Array(buffer.length - buffer.length / 4);
- for (var j = 0; j < buffer.length; j += 4) {
- tempVertexData.positions[j] = buffer[j];
- tempVertexData.positions[j + 1] = buffer[j + 1];
- tempVertexData.positions[j + 2] = buffer[j + 2];
- }
- }
- else {
- tempVertexData.positions = new Float32Array(buffer.length);
- (<Float32Array>tempVertexData.positions).set(buffer);
- }
- verticesCounts.push(tempVertexData.positions.length);
- }
- else if (semantic.indexOf("TEXCOORD_") !== -1) {
- var channel = Number(semantic.split("_")[1]);
- var uvKind = VertexBuffer.UVKind + (channel === 0 ? "" : (channel + 1));
- var uvs = new Float32Array(buffer.length);
- (<Float32Array>uvs).set(buffer);
- normalizeUVs(uvs);
- tempVertexData.set(uvs, uvKind);
- }
- else if (semantic === "JOINT") {
- tempVertexData.matricesIndices = new Float32Array(buffer.length);
- (<Float32Array>tempVertexData.matricesIndices).set(buffer);
- }
- else if (semantic === "WEIGHT") {
- tempVertexData.matricesWeights = new Float32Array(buffer.length);
- (<Float32Array>tempVertexData.matricesWeights).set(buffer);
- }
- else if (semantic === "COLOR") {
- tempVertexData.colors = new Float32Array(buffer.length);
- (<Float32Array>tempVertexData.colors).set(buffer);
- }
- }
- // Indices
- accessor = gltfRuntime.accessors[primitive.indices];
- if (accessor) {
- buffer = GLTFUtils.GetBufferFromAccessor(gltfRuntime, accessor);
- tempVertexData.indices = new Int32Array(buffer.length);
- (<Float32Array>tempVertexData.indices).set(buffer);
- indexCounts.push(tempVertexData.indices.length);
- }
- else {
- // Set indices on the fly
- var indices: number[] = [];
- for (var j = 0; j < tempVertexData.positions.length / 3; j++) {
- indices.push(j);
- }
- tempVertexData.indices = new Int32Array(indices);
- indexCounts.push(tempVertexData.indices.length);
- }
- vertexData.merge(tempVertexData);
- tempVertexData = undefined;
- // Sub material
- var material = gltfRuntime.scene.getMaterialByID(primitive.material);
- multiMat.subMaterials.push(material === null ? GLTFUtils.GetDefaultMaterial(gltfRuntime.scene) : material);
- // Update vertices start and index start
- verticesStarts.push(verticesStarts.length === 0 ? 0 : verticesStarts[verticesStarts.length - 1] + verticesCounts[verticesCounts.length - 2]);
- indexStarts.push(indexStarts.length === 0 ? 0 : indexStarts[indexStarts.length - 1] + indexCounts[indexCounts.length - 2]);
- }
- }
- // Apply geometry
- geometry.setAllVerticesData(vertexData, false);
- newMesh.computeWorldMatrix(true);
- // Apply submeshes
- newMesh.subMeshes = [];
- var index = 0;
- for (var meshIndex = 0; meshIndex < meshes.length; meshIndex++) {
- var meshID = meshes[meshIndex];
- var mesh: IGLTFMesh = gltfRuntime.meshes[meshID];
- if (!mesh) {
- continue;
- }
- for (var i = 0; i < mesh.primitives.length; i++) {
- if (mesh.primitives[i].mode !== 4) {
- //continue;
- }
- var subMesh = new SubMesh(index, verticesStarts[index], verticesCounts[index], indexStarts[index], indexCounts[index], newMesh, newMesh, true);
- index++;
- }
- }
- // Finish
- return newMesh;
- };
- /**
- * Configure node transformation from position, rotation and scaling
- */
- var configureNode = (newNode: any, position: Vector3, rotation: Quaternion, scaling: Vector3) => {
- if (newNode.position) {
- newNode.position = position;
- }
- if (newNode.rotationQuaternion || newNode.rotation) {
- newNode.rotationQuaternion = rotation;
- }
- if (newNode.scaling) {
- newNode.scaling = scaling;
- }
- };
- /**
- * Configures node from transformation matrix
- */
- var configureNodeFromMatrix = (newNode: Mesh, node: IGLTFNode, parent: Node) => {
- if (node.matrix) {
- var position = new Vector3(0, 0, 0);
- var rotation = new Quaternion();
- var scaling = new Vector3(0, 0, 0);
- var mat = Matrix.FromArray(node.matrix);
- mat.decompose(scaling, rotation, position);
- configureNode(newNode, position, rotation, scaling);
- }
- else {
- configureNode(newNode, Vector3.FromArray(node.translation), Quaternion.FromArray(node.rotation), Vector3.FromArray(node.scale));
- }
- newNode.computeWorldMatrix(true);
- };
- /**
- * Imports a node
- */
- var importNode = (gltfRuntime: IGLTFRuntime, node: IGLTFNode, id: string, parent: Node): Node => {
- var lastNode: Node = null;
- if (gltfRuntime.importOnlyMeshes && (node.skin || node.meshes)) {
- if (gltfRuntime.importMeshesNames.length > 0 && gltfRuntime.importMeshesNames.indexOf(node.name) === -1) {
- return null;
- }
- }
- // Meshes
- if (node.skin) {
- if (node.meshes) {
- var skin: IGLTFSkins = gltfRuntime.skins[node.skin];
- var newMesh = importMesh(gltfRuntime, node, node.meshes, id, <Mesh>node.babylonNode);
- newMesh.skeleton = gltfRuntime.scene.getLastSkeletonByID(node.skin);
- if (newMesh.skeleton === null) {
- newMesh.skeleton = importSkeleton(gltfRuntime, skin, newMesh, skin.babylonSkeleton, node.skin);
- if (!skin.babylonSkeleton) {
- skin.babylonSkeleton = newMesh.skeleton;
- }
- }
- lastNode = newMesh;
- }
- }
- else if (node.meshes) {
- /**
- * Improve meshes property
- */
- var newMesh = importMesh(gltfRuntime, node, node.mesh ? [node.mesh] : node.meshes, id, <Mesh>node.babylonNode);
- lastNode = newMesh;
- }
- // Lights
- else if (node.light && !node.babylonNode && !gltfRuntime.importOnlyMeshes) {
- var light: IGLTFLight = gltfRuntime.lights[node.light];
- if (light) {
- if (light.type === "ambient") {
- var ambienLight: IGLTFAmbienLight = light[light.type];
- var hemiLight = new HemisphericLight(node.light, Vector3.Zero(), gltfRuntime.scene);
- hemiLight.name = node.name;
- if (ambienLight.color) {
- hemiLight.diffuse = Color3.FromArray(ambienLight.color);
- }
- lastNode = hemiLight;
- }
- else if (light.type === "directional") {
- var directionalLight: IGLTFDirectionalLight = light[light.type];
- var dirLight = new DirectionalLight(node.light, Vector3.Zero(), gltfRuntime.scene);
- dirLight.name = node.name;
- if (directionalLight.color) {
- dirLight.diffuse = Color3.FromArray(directionalLight.color);
- }
- lastNode = dirLight;
- }
- else if (light.type === "point") {
- var pointLight: IGLTFPointLight = light[light.type];
- var ptLight = new PointLight(node.light, Vector3.Zero(), gltfRuntime.scene);
- ptLight.name = node.name;
- if (pointLight.color) {
- ptLight.diffuse = Color3.FromArray(pointLight.color);
- }
- lastNode = ptLight;
- }
- else if (light.type === "spot") {
- var spotLight: IGLTFSpotLight = light[light.type];
- var spLight = new SpotLight(node.light, Vector3.Zero(), Vector3.Zero(), 0, 0, gltfRuntime.scene);
- spLight.name = node.name;
- if (spotLight.color) {
- spLight.diffuse = Color3.FromArray(spotLight.color);
- }
- if (spotLight.fallOfAngle) {
- spLight.angle = spotLight.fallOfAngle;
- }
- if (spotLight.fallOffExponent) {
- spLight.exponent = spotLight.fallOffExponent;
- }
- lastNode = spLight;
- }
- }
- }
- // Cameras
- else if (node.camera && !node.babylonNode && !gltfRuntime.importOnlyMeshes) {
- var camera: IGLTFCamera = gltfRuntime.cameras[node.camera];
- if (camera) {
- if (camera.type === "orthographic") {
- var orthographicCamera: IGLTFCameraOrthographic = camera[camera.type];
- var orthoCamera = new FreeCamera(node.camera, Vector3.Zero(), gltfRuntime.scene);
- orthoCamera.name = node.name;
- orthoCamera.mode = Camera.ORTHOGRAPHIC_CAMERA;
- orthoCamera.attachControl(gltfRuntime.scene.getEngine().getRenderingCanvas());
- lastNode = orthoCamera;
- }
- else if (camera.type === "perspective") {
- var perspectiveCamera: IGLTFCameraPerspective = camera[camera.type];
- var persCamera = new FreeCamera(node.camera, Vector3.Zero(), gltfRuntime.scene);
- persCamera.name = node.name;
- persCamera.attachControl(gltfRuntime.scene.getEngine().getRenderingCanvas());
- if (!perspectiveCamera.aspectRatio) {
- perspectiveCamera.aspectRatio = gltfRuntime.scene.getEngine().getRenderWidth() / gltfRuntime.scene.getEngine().getRenderHeight();
- }
- if (perspectiveCamera.znear && perspectiveCamera.zfar) {
- persCamera.maxZ = perspectiveCamera.zfar;
- persCamera.minZ = perspectiveCamera.znear;
- }
- lastNode = persCamera;
- }
- }
- }
- // Empty node
- if (!node.jointName) {
- if (node.babylonNode) {
- return node.babylonNode;
- }
- else if (lastNode === null) {
- var dummy = new Mesh(node.name, gltfRuntime.scene);
- node.babylonNode = dummy;
- lastNode = dummy;
- }
- }
- if (lastNode !== null) {
- if (node.matrix && lastNode instanceof Mesh) {
- configureNodeFromMatrix(lastNode, node, parent);
- }
- else {
- var translation = node.translation || [0, 0, 0];
- var rotation = node.rotation || [0, 0, 0, 1];
- var scale = node.scale || [1, 1, 1];
- configureNode(lastNode, Vector3.FromArray(translation), Quaternion.FromArray(rotation), Vector3.FromArray(scale));
- }
- lastNode.updateCache(true);
- node.babylonNode = lastNode;
- }
- return lastNode;
- };
- /**
- * Traverses nodes and creates them
- */
- var traverseNodes = (gltfRuntime: IGLTFRuntime, id: string, parent: Node, meshIncluded?: boolean) => {
- var node: IGLTFNode = gltfRuntime.nodes[id];
- var newNode: Node = null;
- if (gltfRuntime.importOnlyMeshes && !meshIncluded) {
- if (gltfRuntime.importMeshesNames.indexOf(node.name) !== -1 || gltfRuntime.importMeshesNames.length === 0) {
- meshIncluded = true;
- }
- else {
- meshIncluded = false;
- }
- }
- else {
- meshIncluded = true;
- }
- if (!node.jointName && meshIncluded) {
- newNode = importNode(gltfRuntime, node, id, parent);
- if (newNode !== null) {
- newNode.id = id;
- newNode.parent = parent;
- }
- }
- if (node.children) {
- for (var i = 0; i < node.children.length; i++) {
- traverseNodes(gltfRuntime, node.children[i], newNode, meshIncluded);
- }
- }
- };
- /**
- * do stuff after buffers, shaders are loaded (e.g. hook up materials, load animations, etc.)
- */
- var postLoad = (gltfRuntime: IGLTFRuntime) => {
- // Nodes
- var currentScene: IGLTFScene = <IGLTFScene>gltfRuntime.currentScene;
- if (currentScene) {
- for (var i = 0; i < currentScene.nodes.length; i++) {
- traverseNodes(gltfRuntime, currentScene.nodes[i], null);
- }
- }
- else {
- for (var thing in gltfRuntime.scenes) {
- currentScene = <IGLTFScene>gltfRuntime.scenes[thing];
- for (var i = 0; i < currentScene.nodes.length; i++) {
- traverseNodes(gltfRuntime, currentScene.nodes[i], null);
- }
- }
- }
- // Set animations
- loadAnimations(gltfRuntime);
- for (var i = 0; i < gltfRuntime.scene.skeletons.length; i++) {
- var skeleton = gltfRuntime.scene.skeletons[i];
- gltfRuntime.scene.beginAnimation(skeleton, 0, Number.MAX_VALUE, true, 1.0);
- }
- };
- /**
- * onBind shaderrs callback to set uniforms and matrices
- */
- var onBindShaderMaterial = (mesh: Mesh, gltfRuntime: IGLTFRuntime, unTreatedUniforms: Object, shaderMaterial: ShaderMaterial, technique: IGLTFTechnique, material: IGLTFMaterial, onSuccess: (shaderMaterial: ShaderMaterial) => void) => {
- var materialValues = material.values || technique.parameters;
- for (var unif in unTreatedUniforms) {
- var uniform: IGLTFTechniqueParameter = unTreatedUniforms[unif];
- var type = uniform.type;
- if (type === EParameterType.FLOAT_MAT2 || type === EParameterType.FLOAT_MAT3 || type === EParameterType.FLOAT_MAT4) {
- if (uniform.semantic && !uniform.source && !uniform.node) {
- GLTFUtils.SetMatrix(gltfRuntime.scene, mesh, uniform, unif, shaderMaterial.getEffect());
- }
- else if (uniform.semantic && (uniform.source || uniform.node)) {
- var source = gltfRuntime.scene.getNodeByName(uniform.source || uniform.node);
- if (source === null) {
- source = gltfRuntime.scene.getNodeByID(uniform.source || uniform.node);
- }
- if (source === null) {
- continue;
- }
- GLTFUtils.SetMatrix(gltfRuntime.scene, source, uniform, unif, shaderMaterial.getEffect());
- }
- }
- else {
- var value = materialValues[technique.uniforms[unif]];
- if (!value) {
- continue;
- }
- if (type === EParameterType.SAMPLER_2D) {
- var texture: Texture = gltfRuntime.textures[material.values ? value : uniform.value].babylonTexture;
- if (texture === null || texture === undefined) {
- continue;
- }
- shaderMaterial.getEffect().setTexture(unif, texture);
- }
- else {
- GLTFUtils.SetUniform(shaderMaterial.getEffect(), unif, value, type);
- }
- }
- }
- onSuccess(shaderMaterial);
- };
- /**
- * Prepare uniforms to send the only one time
- * Loads the appropriate textures
- */
- var prepareShaderMaterialUniforms = (gltfRuntime: IGLTFRuntime, shaderMaterial: ShaderMaterial, technique: IGLTFTechnique, material: IGLTFMaterial, unTreatedUniforms: Object) => {
- var materialValues = material.values || technique.parameters;
- var techniqueUniforms = technique.uniforms;
- /**
- * Prepare values here (not matrices)
- */
- for (var unif in unTreatedUniforms) {
- var uniform: IGLTFTechniqueParameter = unTreatedUniforms[unif];
- var type = uniform.type;
- var value = materialValues[techniqueUniforms[unif]];
- if (value === undefined) {
- // In case the value is the same for all materials
- value = <any>uniform.value;
- }
- if (!value) {
- continue;
- }
- var onLoadTexture = (uniformName: string) => {
- return (texture: Texture) => {
- if (uniform.value) {
- // Static uniform
- shaderMaterial.setTexture(uniformName, texture);
- delete unTreatedUniforms[uniformName];
- }
- }
- };
- // Texture (sampler2D)
- if (type === EParameterType.SAMPLER_2D) {
- GLTFLoaderExtension.LoadTextureAsync(gltfRuntime, material.values ? value : uniform.value, onLoadTexture(unif), () => onLoadTexture(null));
- }
- // Others
- else {
- if (uniform.value && GLTFUtils.SetUniform(shaderMaterial, unif, material.values ? value : uniform.value, type)) {
- // Static uniform
- delete unTreatedUniforms[unif];
- }
- }
- }
- };
- /**
- * Shader compilation failed
- */
- var onShaderCompileError = (program: IGLTFProgram, shaderMaterial: ShaderMaterial, onError: () => void) => {
- return (effect: Effect, error: string) => {
- Tools.Error("Cannot compile program named " + program.name + ". Error: " + error + ". Default material will be applied");
- shaderMaterial.dispose(true);
- onError();
- };
- };
- /**
- * Shader compilation success
- */
- var onShaderCompileSuccess = (gltfRuntime: IGLTFRuntime, shaderMaterial: ShaderMaterial, technique: IGLTFTechnique, material: IGLTFMaterial, unTreatedUniforms: Object, onSuccess: (shaderMaterial: ShaderMaterial) => void) => {
- return (_: Effect) => {
- prepareShaderMaterialUniforms(gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms);
- shaderMaterial.onBind = (mesh: Mesh) => {
- onBindShaderMaterial(mesh, gltfRuntime, unTreatedUniforms, shaderMaterial, technique, material, onSuccess);
- };
- };
- };
- /**
- * Returns the appropriate uniform if already handled by babylon
- */
- var parseShaderUniforms = (tokenizer: Tokenizer, technique: IGLTFTechnique, unTreatedUniforms: Object): string => {
- for (var unif in technique.uniforms) {
- var uniform = technique.uniforms[unif];
- var uniformParameter: IGLTFTechniqueParameter = technique.parameters[uniform];
- if (tokenizer.currentIdentifier === unif) {
- if (uniformParameter.semantic && !uniformParameter.source && !uniformParameter.node) {
- var transformIndex = glTFTransforms.indexOf(uniformParameter.semantic);
- if (transformIndex !== -1) {
- delete unTreatedUniforms[unif];
- return babylonTransforms[transformIndex];
- }
- }
- }
- }
- return tokenizer.currentIdentifier;
- };
- /**
- * All shaders loaded. Create materials one by one
- */
- var importMaterials = (gltfRuntime: IGLTFRuntime) => {
- // Create materials
- for (var mat in gltfRuntime.materials) {
- GLTFLoaderExtension.LoadMaterialAsync(gltfRuntime, mat, (material: Material) => { }, () => { });
- }
- };
- /**
- * Implementation of the base glTF spec
- */
- export class GLTFLoaderBase {
- public static CreateRuntime(parsedData: any, scene: Scene, rootUrl: string): IGLTFRuntime {
- var gltfRuntime: IGLTFRuntime = {
- extensions: {},
- accessors: {},
- buffers: {},
- bufferViews: {},
- meshes: {},
- lights: {},
- cameras: {},
- nodes: {},
- images: {},
- textures: {},
- shaders: {},
- programs: {},
- samplers: {},
- techniques: {},
- materials: {},
- animations: {},
- skins: {},
- extensionsUsed: [],
- scenes: {},
- buffersCount: 0,
- shaderscount: 0,
- scene: scene,
- rootUrl: rootUrl,
- loadedBufferCount: 0,
- loadedBufferViews: {},
- loadedShaderCount: 0,
- importOnlyMeshes: false,
- dummyNodes: []
- }
- // Parse
- if (parsedData.extensions) {
- parseObject(parsedData.extensions, "extensions", gltfRuntime);
- }
- if (parsedData.extensionsUsed) {
- parseObject(parsedData.extensionsUsed, "extensionsUsed", gltfRuntime);
- }
- if (parsedData.buffers) {
- parseBuffers(parsedData.buffers, gltfRuntime);
- }
- if (parsedData.bufferViews) {
- parseObject(parsedData.bufferViews, "bufferViews", gltfRuntime);
- }
- if (parsedData.accessors) {
- parseObject(parsedData.accessors, "accessors", gltfRuntime);
- }
- if (parsedData.meshes) {
- parseObject(parsedData.meshes, "meshes", gltfRuntime);
- }
- if (parsedData.lights) {
- parseObject(parsedData.lights, "lights", gltfRuntime);
- }
- if (parsedData.cameras) {
- parseObject(parsedData.cameras, "cameras", gltfRuntime);
- }
- if (parsedData.nodes) {
- parseObject(parsedData.nodes, "nodes", gltfRuntime);
- }
- if (parsedData.images) {
- parseObject(parsedData.images, "images", gltfRuntime);
- }
- if (parsedData.textures) {
- parseObject(parsedData.textures, "textures", gltfRuntime);
- }
- if (parsedData.shaders) {
- parseShaders(parsedData.shaders, gltfRuntime);
- }
- if (parsedData.programs) {
- parseObject(parsedData.programs, "programs", gltfRuntime);
- }
- if (parsedData.samplers) {
- parseObject(parsedData.samplers, "samplers", gltfRuntime);
- }
- if (parsedData.techniques) {
- parseObject(parsedData.techniques, "techniques", gltfRuntime);
- }
- if (parsedData.materials) {
- parseObject(parsedData.materials, "materials", gltfRuntime);
- }
- if (parsedData.animations) {
- parseObject(parsedData.animations, "animations", gltfRuntime);
- }
- if (parsedData.skins) {
- parseObject(parsedData.skins, "skins", gltfRuntime);
- }
- if (parsedData.scenes) {
- gltfRuntime.scenes = parsedData.scenes;
- }
- if (parsedData.scene && parsedData.scenes) {
- gltfRuntime.currentScene = parsedData.scenes[parsedData.scene];
- }
- return gltfRuntime;
- }
- public static LoadBufferAsync(gltfRuntime: IGLTFRuntime, id: string, onSuccess: (buffer: ArrayBufferView) => void, onError: () => void, onProgress?: () => void): void {
- var buffer: IGLTFBuffer = gltfRuntime.buffers[id];
- if (GLTFUtils.IsBase64(buffer.uri)) {
- setTimeout(() => onSuccess(new Uint8Array(GLTFUtils.DecodeBase64(buffer.uri))));
- }
- else {
- Tools.LoadFile(gltfRuntime.rootUrl + buffer.uri, data => onSuccess(new Uint8Array(data)), onProgress, null, true, onError);
- }
- }
- public static LoadTextureBufferAsync(gltfRuntime: IGLTFRuntime, id: string, onSuccess: (buffer: ArrayBufferView) => void, onError: () => void): void {
- var texture: IGLTFTexture = gltfRuntime.textures[id];
- if (!texture || !texture.source) {
- onError();
- return;
- }
- if (texture.babylonTexture) {
- onSuccess(null);
- return;
- }
- var source: IGLTFImage = gltfRuntime.images[texture.source];
- if (GLTFUtils.IsBase64(source.uri)) {
- setTimeout(() => onSuccess(new Uint8Array(GLTFUtils.DecodeBase64(source.uri))));
- }
- else {
- Tools.LoadFile(gltfRuntime.rootUrl + source.uri, data => onSuccess(new Uint8Array(data)), null, null, true, onError);
- }
- }
- public static CreateTextureAsync(gltfRuntime: IGLTFRuntime, id: string, buffer: ArrayBufferView, onSuccess: (texture: Texture) => void, onError: () => void): void {
- var texture: IGLTFTexture = gltfRuntime.textures[id];
- if (texture.babylonTexture) {
- onSuccess(texture.babylonTexture);
- return;
- }
- var sampler: IGLTFSampler = gltfRuntime.samplers[texture.sampler];
- var createMipMaps =
- (sampler.minFilter === ETextureFilterType.NEAREST_MIPMAP_NEAREST) ||
- (sampler.minFilter === ETextureFilterType.NEAREST_MIPMAP_LINEAR) ||
- (sampler.minFilter === ETextureFilterType.LINEAR_MIPMAP_NEAREST) ||
- (sampler.minFilter === ETextureFilterType.LINEAR_MIPMAP_LINEAR);
- var samplingMode = Texture.BILINEAR_SAMPLINGMODE;
- var blob = new Blob([buffer]);
- var blobURL = URL.createObjectURL(blob);
- var revokeBlobURL = () => URL.revokeObjectURL(blobURL);
- var newTexture = new Texture(blobURL, gltfRuntime.scene, !createMipMaps, true, samplingMode, revokeBlobURL, revokeBlobURL);
- newTexture.wrapU = GLTFUtils.GetWrapMode(sampler.wrapS);
- newTexture.wrapV = GLTFUtils.GetWrapMode(sampler.wrapT);
- newTexture.name = id;
- texture.babylonTexture = newTexture;
- onSuccess(newTexture);
- }
- public static LoadShaderStringAsync(gltfRuntime: IGLTFRuntime, id: string, onSuccess: (shaderString: string) => void, onError: () => void): void {
- var shader: IGLTFShader = gltfRuntime.shaders[id];
- if (GLTFUtils.IsBase64(shader.uri)) {
- var shaderString = atob(shader.uri.split(",")[1]);
- onSuccess(shaderString);
- }
- else {
- Tools.LoadFile(gltfRuntime.rootUrl + shader.uri, onSuccess, null, null, false, onError);
- }
- }
- public static LoadMaterialAsync(gltfRuntime: IGLTFRuntime, id: string, onSuccess: (material: Material) => void, onError: () => void): void {
- var material: IGLTFMaterial = gltfRuntime.materials[id];
- var technique: IGLTFTechnique = gltfRuntime.techniques[material.technique];
- if (!technique) {
- var defaultMaterial = new StandardMaterial(id, gltfRuntime.scene);
- defaultMaterial.diffuseColor = new Color3(0.5, 0.5, 0.5);
- defaultMaterial.sideOrientation = Material.CounterClockWiseSideOrientation;
- onSuccess(defaultMaterial);
- return;
- }
- var program: IGLTFProgram = gltfRuntime.programs[technique.program];
- var states: IGLTFTechniqueStates = technique.states;
- var vertexShader: string = Effect.ShadersStore[program.vertexShader + "VertexShader"];
- var pixelShader: string = Effect.ShadersStore[program.fragmentShader + "PixelShader"];
- var newVertexShader = "";
- var newPixelShader = "";
- var vertexTokenizer = new Tokenizer(vertexShader);
- var pixelTokenizer = new Tokenizer(pixelShader);
- var unTreatedUniforms: Object = {};
- var uniforms = [];
- var attributes = [];
- var samplers = [];
- // Fill uniform, sampler2D and attributes
- for (var unif in technique.uniforms) {
- var uniform = technique.uniforms[unif];
- var uniformParameter: IGLTFTechniqueParameter = technique.parameters[uniform];
- unTreatedUniforms[unif] = uniformParameter;
- if (uniformParameter.semantic && !uniformParameter.node && !uniformParameter.source) {
- var transformIndex = glTFTransforms.indexOf(uniformParameter.semantic);
- if (transformIndex !== -1) {
- uniforms.push(babylonTransforms[transformIndex]);
- delete unTreatedUniforms[unif];
- }
- else {
- uniforms.push(unif);
- }
- }
- else if (uniformParameter.type === EParameterType.SAMPLER_2D) {
- samplers.push(unif);
- }
- else {
- uniforms.push(unif);
- }
- }
- for (var attr in technique.attributes) {
- var attribute = technique.attributes[attr];
- var attributeParameter: IGLTFTechniqueParameter = technique.parameters[attribute];
- if (attributeParameter.semantic) {
- attributes.push(getAttribute(attributeParameter));
- }
- }
- // Configure vertex shader
- while (!vertexTokenizer.isEnd() && vertexTokenizer.getNextToken()) {
- var tokenType = vertexTokenizer.currentToken;
- if (tokenType !== ETokenType.IDENTIFIER) {
- newVertexShader += vertexTokenizer.currentString;
- continue;
- }
- var foundAttribute = false;
- for (var attr in technique.attributes) {
- var attribute = technique.attributes[attr];
- var attributeParameter: IGLTFTechniqueParameter = technique.parameters[attribute];
- if (vertexTokenizer.currentIdentifier === attr && attributeParameter.semantic) {
- newVertexShader += getAttribute(attributeParameter);
- foundAttribute = true;
- break;
- }
- }
- if (foundAttribute) {
- continue;
- }
- newVertexShader += parseShaderUniforms(vertexTokenizer, technique, unTreatedUniforms);
- }
- // Configure pixel shader
- while (!pixelTokenizer.isEnd() && pixelTokenizer.getNextToken()) {
- var tokenType = pixelTokenizer.currentToken;
- if (tokenType !== ETokenType.IDENTIFIER) {
- newPixelShader += pixelTokenizer.currentString;
- continue;
- }
- newPixelShader += parseShaderUniforms(pixelTokenizer, technique, unTreatedUniforms);
- }
- // Create shader material
- var shaderPath = {
- vertex: program.vertexShader + id,
- fragment: program.fragmentShader + id
- };
- var options = {
- attributes: attributes,
- uniforms: uniforms,
- samplers: samplers,
- needAlphaBlending: states && states.enable && states.enable.indexOf(3042) !== -1
- };
- Effect.ShadersStore[program.vertexShader + id + "VertexShader"] = newVertexShader;
- Effect.ShadersStore[program.fragmentShader + id + "PixelShader"] = newPixelShader;
- var shaderMaterial = new ShaderMaterial(id, gltfRuntime.scene, shaderPath, options);
- shaderMaterial.onError = onShaderCompileError(program, shaderMaterial, onError);
- shaderMaterial.onCompiled = onShaderCompileSuccess(gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms, onSuccess);
- shaderMaterial.sideOrientation = Material.CounterClockWiseSideOrientation;
- if (states && states.functions) {
- var functions = states.functions;
- if (functions.cullFace && functions.cullFace[0] !== ECullingType.BACK) {
- shaderMaterial.backFaceCulling = false;
- }
- var blendFunc = functions.blendFuncSeparate;
- if (blendFunc) {
- if (blendFunc[0] === EBlendingFunction.SRC_ALPHA && blendFunc[1] === EBlendingFunction.ONE_MINUS_SRC_ALPHA && blendFunc[2] === EBlendingFunction.ONE && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_COMBINE;
- }
- else if (blendFunc[0] === EBlendingFunction.ONE && blendFunc[1] === EBlendingFunction.ONE && blendFunc[2] === EBlendingFunction.ZERO && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_ONEONE;
- }
- else if (blendFunc[0] === EBlendingFunction.SRC_ALPHA && blendFunc[1] === EBlendingFunction.ONE && blendFunc[2] === EBlendingFunction.ZERO && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_ADD;
- }
- else if (blendFunc[0] === EBlendingFunction.ZERO && blendFunc[1] === EBlendingFunction.ONE_MINUS_SRC_COLOR && blendFunc[2] === EBlendingFunction.ONE && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_SUBTRACT;
- }
- else if (blendFunc[0] === EBlendingFunction.DST_COLOR && blendFunc[1] === EBlendingFunction.ZERO && blendFunc[2] === EBlendingFunction.ONE && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_MULTIPLY;
- }
- else if (blendFunc[0] === EBlendingFunction.SRC_ALPHA && blendFunc[1] === EBlendingFunction.ONE_MINUS_SRC_COLOR && blendFunc[2] === EBlendingFunction.ONE && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = Engine.ALPHA_MAXIMIZED;
- }
- }
- }
- }
- }
- /**
- * glTF V1 Loader
- */
- export class GLTFLoader implements IGLTFLoader {
- public static Extensions: { [name: string]: GLTFLoaderExtension } = {};
- public static RegisterExtension(extension: GLTFLoaderExtension): void {
- if (GLTFLoader.Extensions[extension.name]) {
- Tools.Error("Tool with the same name \"" + extension.name + "\" already exists");
- return;
- }
- GLTFLoader.Extensions[extension.name] = extension;
- }
- public importMeshAsync(meshesNames: any, scene: Scene, data: IGLTFLoaderData, rootUrl: string, onSuccess?: (meshes: AbstractMesh[], particleSystems: ParticleSystem[], skeletons: Skeleton[]) => void, onError?: () => void, onProgress?: () => void): boolean {
- scene.useRightHandedSystem = true;
- var gltfRuntime = GLTFLoaderExtension.LoadRuntimeAsync(scene, data, rootUrl, gltfRuntime => {
- gltfRuntime.importOnlyMeshes = true;
- if (meshesNames === "") {
- gltfRuntime.importMeshesNames = [];
- }
- else if (typeof meshesNames === "string") {
- gltfRuntime.importMeshesNames = [meshesNames];
- }
- else if (meshesNames && !(meshesNames instanceof Array)) {
- gltfRuntime.importMeshesNames = [meshesNames];
- }
- else {
- gltfRuntime.importMeshesNames = [];
- Tools.Warn("Argument meshesNames must be of type string or string[]");
- }
- // Create nodes
- this._createNodes(gltfRuntime);
- var meshes = [];
- var skeletons = [];
- // Fill arrays of meshes and skeletons
- for (var nde in gltfRuntime.nodes) {
- var node: IGLTFNode = gltfRuntime.nodes[nde];
- if (node.babylonNode instanceof AbstractMesh) {
- meshes.push(<AbstractMesh>node.babylonNode);
- }
- }
- for (var skl in gltfRuntime.skins) {
- var skin: IGLTFSkins = gltfRuntime.skins[skl];
- if (skin.babylonSkeleton instanceof Skeleton) {
- skeletons.push(skin.babylonSkeleton);
- }
- }
- // Load buffers, shaders, materials, etc.
- this._loadBuffersAsync(gltfRuntime, () => {
- this._loadShadersAsync(gltfRuntime, () => {
- importMaterials(gltfRuntime);
- postLoad(gltfRuntime);
- if (!BABYLON.GLTFFileLoader.IncrementalLoading && onSuccess) {
- onSuccess(meshes, null, skeletons);
- }
- });
- },
- onProgress);
- if (BABYLON.GLTFFileLoader.IncrementalLoading && onSuccess) {
- onSuccess(meshes, null, skeletons);
- }
- }, onError);
- return true;
- }
- public loadAsync(scene: Scene, data: IGLTFLoaderData, rootUrl: string, onSuccess: () => void, onError: () => void): void {
- scene.useRightHandedSystem = true;
- GLTFLoaderExtension.LoadRuntimeAsync(scene, data, rootUrl, gltfRuntime => {
- // Load runtime extensios
- GLTFLoaderExtension.LoadRuntimeExtensionsAsync(gltfRuntime, () => {
- // Create nodes
- this._createNodes(gltfRuntime);
- // Load buffers, shaders, materials, etc.
- this._loadBuffersAsync(gltfRuntime, () => {
- this._loadShadersAsync(gltfRuntime, () => {
- importMaterials(gltfRuntime);
- postLoad(gltfRuntime);
- if (!BABYLON.GLTFFileLoader.IncrementalLoading) {
- onSuccess();
- }
- });
- });
- if (BABYLON.GLTFFileLoader.IncrementalLoading) {
- onSuccess();
- }
- }, onError);
- }, onError);
- }
- private _loadShadersAsync(gltfRuntime: IGLTFRuntime, onload: () => void): void {
- var hasShaders = false;
- var processShader = (sha: string, shader: IGLTFShader) => {
- GLTFLoaderExtension.LoadShaderStringAsync(gltfRuntime, sha, shaderString => {
- gltfRuntime.loadedShaderCount++;
- if (shaderString) {
- Effect.ShadersStore[sha + (shader.type === EShaderType.VERTEX ? "VertexShader" : "PixelShader")] = shaderString;
- }
- if (gltfRuntime.loadedShaderCount === gltfRuntime.shaderscount) {
- onload();
- }
- }, () => {
- Tools.Error("Error when loading shader program named " + sha + " located at " + shader.uri);
- });
- };
- for (var sha in gltfRuntime.shaders) {
- hasShaders = true;
- var shader: IGLTFShader = gltfRuntime.shaders[sha];
- if (shader) {
- processShader.bind(this, sha, shader)();
- }
- else {
- Tools.Error("No shader named: " + sha);
- }
- }
- if (!hasShaders) {
- onload();
- }
- };
- private _loadBuffersAsync(gltfRuntime: IGLTFRuntime, onload: () => void, onProgress?: () => void): void {
- var hasBuffers = false;
- var processBuffer = (buf: string, buffer: IGLTFBuffer) => {
- GLTFLoaderExtension.LoadBufferAsync(gltfRuntime, buf, bufferView => {
- gltfRuntime.loadedBufferCount++;
- if (bufferView) {
- if (bufferView.byteLength != gltfRuntime.buffers[buf].byteLength) {
- Tools.Error("Buffer named " + buf + " is length " + bufferView.byteLength + ". Expected: " + buffer.byteLength); // Improve error message
- }
- gltfRuntime.loadedBufferViews[buf] = bufferView;
- }
- if (gltfRuntime.loadedBufferCount === gltfRuntime.buffersCount) {
- onload();
- }
- }, () => {
- Tools.Error("Error when loading buffer named " + buf + " located at " + buffer.uri);
- });
- };
- for (var buf in gltfRuntime.buffers) {
- hasBuffers = true;
- var buffer: IGLTFBuffer = gltfRuntime.buffers[buf];
- if (buffer) {
- processBuffer.bind(this, buf, buffer)();
- }
- else {
- Tools.Error("No buffer named: " + buf);
- }
- }
- if (!hasBuffers) {
- onload();
- }
- }
- private _createNodes(gltfRuntime: IGLTFRuntime): void {
- var currentScene = <IGLTFScene>gltfRuntime.currentScene;
- if (currentScene) {
- // Only one scene even if multiple scenes are defined
- for (var i = 0; i < currentScene.nodes.length; i++) {
- traverseNodes(gltfRuntime, currentScene.nodes[i], null);
- }
- }
- else {
- // Load all scenes
- for (var thing in gltfRuntime.scenes) {
- currentScene = <IGLTFScene>gltfRuntime.scenes[thing];
- for (var i = 0; i < currentScene.nodes.length; i++) {
- traverseNodes(gltfRuntime, currentScene.nodes[i], null);
- }
- }
- }
- }
- };
- BABYLON.GLTFFileLoader.CreateGLTFLoaderV1 = () => new GLTFLoader();
- }
|