1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561 |
- var BABYLON;
- (function (BABYLON) {
- /**
- * Enums
- */
- (function (EComponentType) {
- EComponentType[EComponentType["BYTE"] = 5120] = "BYTE";
- EComponentType[EComponentType["UNSIGNED_BYTE"] = 5121] = "UNSIGNED_BYTE";
- EComponentType[EComponentType["SHORT"] = 5122] = "SHORT";
- EComponentType[EComponentType["UNSIGNED_SHORT"] = 5123] = "UNSIGNED_SHORT";
- EComponentType[EComponentType["FLOAT"] = 5126] = "FLOAT";
- })(BABYLON.EComponentType || (BABYLON.EComponentType = {}));
- var EComponentType = BABYLON.EComponentType;
- (function (EShaderType) {
- EShaderType[EShaderType["FRAGMENT"] = 35632] = "FRAGMENT";
- EShaderType[EShaderType["VERTEX"] = 35633] = "VERTEX";
- })(BABYLON.EShaderType || (BABYLON.EShaderType = {}));
- var EShaderType = BABYLON.EShaderType;
- (function (EParameterType) {
- EParameterType[EParameterType["BYTE"] = 5120] = "BYTE";
- EParameterType[EParameterType["UNSIGNED_BYTE"] = 5121] = "UNSIGNED_BYTE";
- EParameterType[EParameterType["SHORT"] = 5122] = "SHORT";
- EParameterType[EParameterType["UNSIGNED_SHORT"] = 5123] = "UNSIGNED_SHORT";
- EParameterType[EParameterType["INT"] = 5124] = "INT";
- EParameterType[EParameterType["UNSIGNED_INT"] = 5125] = "UNSIGNED_INT";
- EParameterType[EParameterType["FLOAT"] = 5126] = "FLOAT";
- EParameterType[EParameterType["FLOAT_VEC2"] = 35664] = "FLOAT_VEC2";
- EParameterType[EParameterType["FLOAT_VEC3"] = 35665] = "FLOAT_VEC3";
- EParameterType[EParameterType["FLOAT_VEC4"] = 35666] = "FLOAT_VEC4";
- EParameterType[EParameterType["INT_VEC2"] = 35667] = "INT_VEC2";
- EParameterType[EParameterType["INT_VEC3"] = 35668] = "INT_VEC3";
- EParameterType[EParameterType["INT_VEC4"] = 35669] = "INT_VEC4";
- EParameterType[EParameterType["BOOL"] = 35670] = "BOOL";
- EParameterType[EParameterType["BOOL_VEC2"] = 35671] = "BOOL_VEC2";
- EParameterType[EParameterType["BOOL_VEC3"] = 35672] = "BOOL_VEC3";
- EParameterType[EParameterType["BOOL_VEC4"] = 35673] = "BOOL_VEC4";
- EParameterType[EParameterType["FLOAT_MAT2"] = 35674] = "FLOAT_MAT2";
- EParameterType[EParameterType["FLOAT_MAT3"] = 35675] = "FLOAT_MAT3";
- EParameterType[EParameterType["FLOAT_MAT4"] = 35676] = "FLOAT_MAT4";
- EParameterType[EParameterType["SAMPLER_2D"] = 35678] = "SAMPLER_2D";
- })(BABYLON.EParameterType || (BABYLON.EParameterType = {}));
- var EParameterType = BABYLON.EParameterType;
- (function (ETextureWrapMode) {
- ETextureWrapMode[ETextureWrapMode["CLAMP_TO_EDGE"] = 33071] = "CLAMP_TO_EDGE";
- ETextureWrapMode[ETextureWrapMode["MIRRORED_REPEAT"] = 33648] = "MIRRORED_REPEAT";
- ETextureWrapMode[ETextureWrapMode["REPEAT"] = 10497] = "REPEAT";
- })(BABYLON.ETextureWrapMode || (BABYLON.ETextureWrapMode = {}));
- var ETextureWrapMode = BABYLON.ETextureWrapMode;
- (function (ETextureFilterType) {
- ETextureFilterType[ETextureFilterType["NEAREST"] = 9728] = "NEAREST";
- ETextureFilterType[ETextureFilterType["LINEAR"] = 9728] = "LINEAR";
- ETextureFilterType[ETextureFilterType["NEAREST_MIPMAP_NEAREST"] = 9984] = "NEAREST_MIPMAP_NEAREST";
- ETextureFilterType[ETextureFilterType["LINEAR_MIPMAP_NEAREST"] = 9985] = "LINEAR_MIPMAP_NEAREST";
- ETextureFilterType[ETextureFilterType["NEAREST_MIPMAP_LINEAR"] = 9986] = "NEAREST_MIPMAP_LINEAR";
- ETextureFilterType[ETextureFilterType["LINEAR_MIPMAP_LINEAR"] = 9987] = "LINEAR_MIPMAP_LINEAR";
- })(BABYLON.ETextureFilterType || (BABYLON.ETextureFilterType = {}));
- var ETextureFilterType = BABYLON.ETextureFilterType;
- (function (ETextureFormat) {
- ETextureFormat[ETextureFormat["ALPHA"] = 6406] = "ALPHA";
- ETextureFormat[ETextureFormat["RGB"] = 6407] = "RGB";
- ETextureFormat[ETextureFormat["RGBA"] = 6408] = "RGBA";
- ETextureFormat[ETextureFormat["LUMINANCE"] = 6409] = "LUMINANCE";
- ETextureFormat[ETextureFormat["LUMINANCE_ALPHA"] = 6410] = "LUMINANCE_ALPHA";
- })(BABYLON.ETextureFormat || (BABYLON.ETextureFormat = {}));
- var ETextureFormat = BABYLON.ETextureFormat;
- (function (ECullingType) {
- ECullingType[ECullingType["FRONT"] = 1028] = "FRONT";
- ECullingType[ECullingType["BACK"] = 1029] = "BACK";
- ECullingType[ECullingType["FRONT_AND_BACK"] = 1032] = "FRONT_AND_BACK";
- })(BABYLON.ECullingType || (BABYLON.ECullingType = {}));
- var ECullingType = BABYLON.ECullingType;
- (function (EBlendingFunction) {
- EBlendingFunction[EBlendingFunction["ZERO"] = 0] = "ZERO";
- EBlendingFunction[EBlendingFunction["ONE"] = 1] = "ONE";
- EBlendingFunction[EBlendingFunction["SRC_COLOR"] = 768] = "SRC_COLOR";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_SRC_COLOR"] = 769] = "ONE_MINUS_SRC_COLOR";
- EBlendingFunction[EBlendingFunction["DST_COLOR"] = 774] = "DST_COLOR";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_DST_COLOR"] = 775] = "ONE_MINUS_DST_COLOR";
- EBlendingFunction[EBlendingFunction["SRC_ALPHA"] = 770] = "SRC_ALPHA";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_SRC_ALPHA"] = 771] = "ONE_MINUS_SRC_ALPHA";
- EBlendingFunction[EBlendingFunction["DST_ALPHA"] = 772] = "DST_ALPHA";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_DST_ALPHA"] = 773] = "ONE_MINUS_DST_ALPHA";
- EBlendingFunction[EBlendingFunction["CONSTANT_COLOR"] = 32769] = "CONSTANT_COLOR";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_CONSTANT_COLOR"] = 32770] = "ONE_MINUS_CONSTANT_COLOR";
- EBlendingFunction[EBlendingFunction["CONSTANT_ALPHA"] = 32771] = "CONSTANT_ALPHA";
- EBlendingFunction[EBlendingFunction["ONE_MINUS_CONSTANT_ALPHA"] = 32772] = "ONE_MINUS_CONSTANT_ALPHA";
- EBlendingFunction[EBlendingFunction["SRC_ALPHA_SATURATE"] = 776] = "SRC_ALPHA_SATURATE";
- })(BABYLON.EBlendingFunction || (BABYLON.EBlendingFunction = {}));
- var EBlendingFunction = BABYLON.EBlendingFunction;
- /**
- * Tokenizer. Used for shaders compatibility
- * Automatically map world, view, projection, worldViewProjection, attributes and so on
- */
- var ETokenType;
- (function (ETokenType) {
- ETokenType[ETokenType["IDENTIFIER"] = 1] = "IDENTIFIER";
- ETokenType[ETokenType["UNKNOWN"] = 2] = "UNKNOWN";
- ETokenType[ETokenType["END_OF_INPUT"] = 3] = "END_OF_INPUT";
- })(ETokenType || (ETokenType = {}));
- var Tokenizer = (function () {
- function Tokenizer(toParse) {
- this._pos = 0;
- this.isLetterOrDigitPattern = /^[a-zA-Z0-9]+$/;
- this._toParse = toParse;
- this._maxPos = toParse.length;
- }
- Tokenizer.prototype.getNextToken = function () {
- 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;
- };
- Tokenizer.prototype.peek = function () {
- return this._toParse[this._pos];
- };
- Tokenizer.prototype.read = function () {
- return this._toParse[this._pos++];
- };
- Tokenizer.prototype.forward = function () {
- this._pos++;
- };
- Tokenizer.prototype.isEnd = function () {
- return this._pos >= this._maxPos;
- };
- return Tokenizer;
- })();
- /**
- * 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 = function (parsedBuffers, gltfRuntime) {
- for (var buf in parsedBuffers) {
- var parsedBuffer = parsedBuffers[buf];
- gltfRuntime.buffers[buf] = parsedBuffer;
- gltfRuntime.buffersCount++;
- }
- };
- var parseShaders = function (parsedShaders, gltfRuntime) {
- for (var sha in parsedShaders) {
- var parsedShader = parsedShaders[sha];
- gltfRuntime.shaders[sha] = parsedShader;
- gltfRuntime.shaderscount++;
- }
- };
- var parseObject = function (parsedObjects, runtimeProperty, gltfRuntime) {
- for (var object in parsedObjects) {
- var parsedObject = parsedObjects[object];
- gltfRuntime[runtimeProperty][object] = parsedObject;
- }
- };
- /**
- * Utils
- */
- var getByteStrideFromType = function (accessor) {
- // Needs this function since "byteStride" isn't requiered in glTF format
- var type = accessor.type;
- switch (type) {
- case "VEC2": return 2;
- case "VEC3": return 3;
- case "VEC4": return 4;
- case "MAT2": return 4;
- case "MAT3": return 9;
- case "MAT4": return 16;
- default: return 1;
- }
- };
- var setMatrix = function (scene, source, parameter, uniformName, shaderMaterial) {
- var mat = null;
- if (parameter.semantic === "MODEL") {
- mat = source.getWorldMatrix();
- }
- else if (parameter.semantic === "PROJECTION") {
- mat = scene.getProjectionMatrix();
- }
- else if (parameter.semantic === "VIEW") {
- mat = scene.getViewMatrix();
- }
- else if (parameter.semantic === "MODELVIEWINVERSETRANSPOSE") {
- mat = BABYLON.Matrix.Transpose(source.getWorldMatrix().multiply(scene.getViewMatrix()).invert());
- }
- else if (parameter.semantic === "MODELVIEW") {
- mat = source.getWorldMatrix().multiply(scene.getViewMatrix());
- }
- else if (parameter.semantic === "MODELVIEWPROJECTION") {
- mat = source.getWorldMatrix().multiply(scene.getTransformMatrix());
- }
- else if (parameter.semantic === "MODELINVERSE") {
- mat = source.getWorldMatrix().invert();
- }
- else if (parameter.semantic === "VIEWINVERSE") {
- mat = scene.getViewMatrix().invert();
- }
- else if (parameter.semantic === "PROJECTIONINVERSE") {
- mat = scene.getProjectionMatrix().invert();
- }
- else if (parameter.semantic === "MODELVIEWINVERSE") {
- mat = source.getWorldMatrix().multiply(scene.getViewMatrix()).invert();
- }
- else if (parameter.semantic === "MODELVIEWPROJECTIONINVERSE") {
- mat = source.getWorldMatrix().multiply(scene.getTransformMatrix()).invert();
- }
- else if (parameter.semantic === "MODELINVERSETRANSPOSE") {
- mat = BABYLON.Matrix.Transpose(source.getWorldMatrix().invert());
- }
- else {
- debugger;
- }
- switch (parameter.type) {
- case EParameterType.FLOAT_MAT2:
- shaderMaterial.setMatrix2x2(uniformName, BABYLON.Matrix.GetAsMatrix2x2(mat));
- break;
- case EParameterType.FLOAT_MAT3:
- shaderMaterial.setMatrix3x3(uniformName, BABYLON.Matrix.GetAsMatrix3x3(mat));
- break;
- case EParameterType.FLOAT_MAT4:
- shaderMaterial.setMatrix(uniformName, mat);
- break;
- default: break;
- }
- };
- var setUniform = function (shaderMaterial, uniform, value, type) {
- switch (type) {
- case EParameterType.FLOAT:
- shaderMaterial.setFloat(uniform, value);
- return true;
- case EParameterType.FLOAT_VEC2:
- shaderMaterial.setVector2(uniform, BABYLON.Vector2.FromArray(value));
- return true;
- case EParameterType.FLOAT_VEC3:
- shaderMaterial.setVector3(uniform, BABYLON.Vector3.FromArray(value));
- return true;
- case EParameterType.FLOAT_VEC4:
- shaderMaterial.setVector4(uniform, BABYLON.Vector4.FromArray(value));
- return true;
- default: return false;
- }
- };
- var getWrapMode = function (mode) {
- switch (mode) {
- case ETextureWrapMode.CLAMP_TO_EDGE: return BABYLON.Texture.CLAMP_ADDRESSMODE;
- case ETextureWrapMode.MIRRORED_REPEAT: return BABYLON.Texture.MIRROR_ADDRESSMODE;
- case ETextureWrapMode.REPEAT: return BABYLON.Texture.WRAP_ADDRESSMODE;
- default: return BABYLON.Texture.WRAP_ADDRESSMODE;
- }
- };
- var getTextureFilterMode = function (mode) {
- switch (mode) {
- case ETextureFilterType.LINEAR:
- case ETextureFilterType.LINEAR_MIPMAP_NEAREST:
- case ETextureFilterType.LINEAR_MIPMAP_LINEAR: return BABYLON.Texture.TRILINEAR_SAMPLINGMODE;
- case ETextureFilterType.NEAREST:
- case ETextureFilterType.NEAREST_MIPMAP_NEAREST: return BABYLON.Texture.NEAREST_SAMPLINGMODE;
- default: return BABYLON.Texture.BILINEAR_SAMPLINGMODE;
- }
- };
- var getBufferFromAccessor = function (gltfRuntime, accessor) {
- var bufferView = gltfRuntime.bufferViews[accessor.bufferView];
- var arrayBuffer = gltfRuntime.arrayBuffers[bufferView.buffer];
- var byteOffset = accessor.byteOffset + bufferView.byteOffset;
- var count = accessor.count * getByteStrideFromType(accessor);
- switch (accessor.componentType) {
- case EComponentType.BYTE: return new Int8Array(arrayBuffer, byteOffset, count);
- case EComponentType.UNSIGNED_BYTE: return new Uint8Array(arrayBuffer, byteOffset, count);
- case EComponentType.SHORT: return new Int16Array(arrayBuffer, byteOffset, count);
- case EComponentType.UNSIGNED_SHORT: return new Uint16Array(arrayBuffer, byteOffset, count);
- default: return new Float32Array(arrayBuffer, byteOffset, count);
- }
- };
- var normalizeUVs = function (buffer) {
- if (!buffer) {
- return;
- }
- for (var i = 0; i < buffer.length / 2; i++) {
- buffer[i * 2 + 1] = 1.0 - buffer[i * 2 + 1];
- }
- };
- var replaceInString = function (str, searchValue, replaceValue) {
- while (str.indexOf(searchValue) !== -1) {
- str = str.replace(searchValue, replaceValue);
- }
- return str;
- };
- var getAttribute = function (attributeParameter) {
- 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);
- }
- };
- var isBase64 = function (uri) {
- return uri.length < 5 ? false : uri.substr(0, 5) === "data:";
- };
- /**
- * Returns the animation path (glTF -> Babylon)
- */
- var getAnimationPath = function (path) {
- var index = glTFAnimationPaths.indexOf(path);
- if (index !== -1) {
- return babylonAnimationPaths[index];
- }
- return path;
- };
- /**
- * Loads and creates animations
- */
- var loadAnimations = function (gltfRuntime) {
- for (var anim in gltfRuntime.animations) {
- var animation = gltfRuntime.animations[anim];
- var lastAnimation = null;
- for (var i = 0; i < animation.channels.length; i++) {
- // Get parameters and load buffers
- var channel = animation.channels[i];
- var sampler = animation.samplers[channel.sampler];
- if (!sampler) {
- continue;
- }
- var inputData = animation.parameters[sampler.input];
- var outputData = animation.parameters[sampler.output];
- var bufferInput = getBufferFromAccessor(gltfRuntime, gltfRuntime.accessors[inputData]);
- var bufferOutput = getBufferFromAccessor(gltfRuntime, gltfRuntime.accessors[outputData]);
- var targetID = channel.target.id;
- var targetNode = gltfRuntime.scene.getNodeByID(targetID);
- if (targetNode === null) {
- BABYLON.Tools.Warn("Creating animation named " + anim + ". But cannot find node named " + targetID + " to attach to");
- continue;
- }
- var isBone = targetNode instanceof BABYLON.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 = BABYLON.Animation.ANIMATIONTYPE_MATRIX;
- if (!isBone) {
- if (targetPath === "rotationQuaternion") {
- animationType = BABYLON.Animation.ANIMATIONTYPE_QUATERNION;
- targetNode.rotationQuaternion = new BABYLON.Quaternion();
- }
- else {
- animationType = BABYLON.Animation.ANIMATIONTYPE_VECTOR3;
- }
- }
- // Create animation and key frames
- var babylonAnimation = 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 BABYLON.Animation(anim, isBone ? "_matrix" : targetPath, 1, animationType, BABYLON.Animation.ANIMATIONLOOPMODE_CYCLE);
- }
- // For each frame
- for (var j = 0; j < bufferInput.length; j++) {
- var value = null;
- if (targetPath === "rotationQuaternion") {
- value = BABYLON.Quaternion.FromArray([bufferOutput[arrayOffset], bufferOutput[arrayOffset + 1], bufferOutput[arrayOffset + 2], bufferOutput[arrayOffset + 3]]);
- arrayOffset += 4;
- }
- else {
- value = BABYLON.Vector3.FromArray([bufferOutput[arrayOffset], bufferOutput[arrayOffset + 1], bufferOutput[arrayOffset + 2]]);
- arrayOffset += 3;
- }
- if (isBone) {
- var bone = targetNode;
- var translation = BABYLON.Vector3.Zero();
- var rotationQuaternion = new BABYLON.Quaternion();
- var scaling = BABYLON.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;
- // Y is Up
- if (GLTFFileLoader.MakeYUP) {
- rotationQuaternion = rotationQuaternion.multiply(new BABYLON.Quaternion(-0.707107, 0, 0, 0.707107));
- }
- }
- else {
- scaling = value;
- }
- value = BABYLON.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 = function (node) {
- var mat = null;
- if (node.translation && node.rotation && node.scale) {
- var scale = BABYLON.Vector3.FromArray(node.scale);
- var rotation = BABYLON.Quaternion.FromArray(node.rotation);
- var position = BABYLON.Vector3.FromArray(node.translation);
- // Y is Up
- if (GLTFFileLoader.MakeYUP) {
- rotation = rotation.multiply(new BABYLON.Quaternion(-0.707107, 0, 0, 0.707107));
- }
- mat = BABYLON.Matrix.Compose(scale, rotation, position);
- }
- else {
- mat = BABYLON.Matrix.FromArray(node.matrix);
- }
- return mat;
- };
- /**
- * Returns the parent bone
- */
- var getParentBone = function (gltfRuntime, skins, jointName, newSkeleton) {
- // Try to find
- for (var i = 0; i < newSkeleton.bones.length; i++) {
- if (newSkeleton.bones[i].id === jointName) {
- return newSkeleton.bones[i];
- }
- }
- // Not found, search in gltf nodes
- var nodes = gltfRuntime.nodes;
- for (var nde in nodes) {
- var node = nodes[nde];
- if (!node.jointName) {
- continue;
- }
- var children = node.children;
- for (var i = 0; i < children.length; i++) {
- var child = gltfRuntime.nodes[children[i]];
- if (!child.jointName) {
- continue;
- }
- if (child.jointName === jointName) {
- var mat = configureBoneTransformation(node);
- var bone = new BABYLON.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 = function (nodesToRoot, id) {
- 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 = function (gltfRuntime, jointName) {
- var nodes = gltfRuntime.nodes;
- var node = 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 = function (skins, id) {
- 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 = function (gltfRuntime, newSkeleton, skins, nodesToRoot) {
- // Creates nodes for root
- for (var nde in gltfRuntime.nodes) {
- var node = 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 BABYLON.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 = null;
- for (var k = 0; k < nodesToRoot.length; k++) {
- if (nodesToRoot[k].id === children[j]) {
- child = nodesToRoot[k];
- break;
- }
- }
- if (child) {
- child.bone._parent = nodeToRoot.bone;
- nodeToRoot.bone.children.push(child.bone);
- }
- }
- }
- };
- var printMat = function (m) {
- 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 = function (gltfRuntime, skins, mesh, newSkeleton) {
- if (!newSkeleton) {
- newSkeleton = new BABYLON.Skeleton(skins.name, "", gltfRuntime.scene);
- }
- if (!skins.babylonSkeleton) {
- return newSkeleton;
- }
- // Matrices
- var accessor = gltfRuntime.accessors[skins.inverseBindMatrices];
- var buffer = getBufferFromAccessor(gltfRuntime, accessor);
- var bindShapeMatrix = BABYLON.Matrix.FromArray(skins.bindShapeMatrix);
- // Find the root bones
- var nodesToRoot = [];
- var nodesToRootToAdd = [];
- getNodesToRoot(gltfRuntime, newSkeleton, skins, nodesToRoot);
- newSkeleton.bones = [];
- if (nodesToRoot.length === 0) {
- newSkeleton.needInitialSkinMatrix = true;
- }
- // Joints
- for (var i = 0; i < skins.jointNames.length; i++) {
- var jointNode = getJointNode(gltfRuntime, skins.jointNames[i]);
- var node = jointNode.node;
- if (!node) {
- BABYLON.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;
- }
- // Check if node already exists
- var foundBone = false;
- for (var j = 0; j < newSkeleton.bones.length; j++) {
- if (newSkeleton.bones[j].id === id) {
- foundBone = true;
- break;
- }
- }
- if (foundBone) {
- continue;
- }
- // Search for parent bone
- var parentBone = null;
- for (var j = 0; j < i; j++) {
- var joint = getJointNode(gltfRuntime, skins.jointNames[j]).node;
- if (!joint) {
- BABYLON.Tools.Warn("Joint named " + skins.jointNames[j] + " does not exist when looking for parent");
- continue;
- }
- var children = joint.children;
- 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);
- }
- }
- }
- if (!parentBone && nodesToRoot.length === 0) {
- var inverseBindMatrix = BABYLON.Matrix.FromArray(buffer, i * 16);
- var invertMesh = BABYLON.Matrix.Invert(mesh.getWorldMatrix());
- mat = mat.multiply(mesh.getWorldMatrix());
- }
- var bone = new BABYLON.Bone(node.name, newSkeleton, parentBone, mat);
- bone.id = id;
- }
- // Polish
- var bones = newSkeleton.bones;
- newSkeleton.bones = [];
- for (var i = 0; i < skins.jointNames.length; i++) {
- var jointNode = 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;
- }
- }
- }
- // Finish
- newSkeleton.prepare();
- for (var i = 0; i < nodesToRootToAdd.length; i++) {
- newSkeleton.bones.push(nodesToRootToAdd[i]);
- }
- return newSkeleton;
- };
- /**
- * Imports a mesh and its geometries
- */
- var importMesh = function (gltfRuntime, node, meshes, id, newMesh) {
- if (!newMesh) {
- newMesh = new BABYLON.Mesh(node.name, gltfRuntime.scene);
- newMesh.id = id;
- }
- if (!node.babylonNode) {
- return newMesh;
- }
- var multiMat = new BABYLON.MultiMaterial("multimat" + id, gltfRuntime.scene);
- newMesh.material = multiMat;
- var vertexData = new BABYLON.VertexData();
- var geometry = new BABYLON.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 = 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 BABYLON.VertexData();
- var primitive = mesh.primitives[i];
- if (primitive.mode !== 4) {
- }
- var attributes = primitive.attributes;
- var accessor = null;
- var buffer = null;
- // Set positions, normal and uvs
- for (var semantic in attributes) {
- // Link accessor and buffer view
- accessor = gltfRuntime.accessors[attributes[semantic]];
- buffer = getBufferFromAccessor(gltfRuntime, accessor);
- if (semantic === "NORMAL") {
- tempVertexData.normals = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.normals.push(buffer[j]);
- }
- }
- else if (semantic === "POSITION") {
- tempVertexData.positions = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.positions.push(buffer[j]);
- }
- verticesCounts.push(tempVertexData.positions.length);
- }
- else if (semantic.indexOf("TEXCOORD_") !== -1) {
- var channel = Number(semantic.split("_")[1]);
- var uvKind = BABYLON.VertexBuffer.UVKind + (channel === 0 ? "" : (channel + 1));
- var uvs = [];
- for (var j = 0; j < buffer.length; j++) {
- uvs.push(buffer[j]);
- }
- normalizeUVs(uvs);
- tempVertexData.set(uvs, uvKind);
- }
- else if (semantic === "JOINT") {
- tempVertexData.matricesIndices = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.matricesIndices.push(buffer[j]);
- }
- }
- else if (semantic === "WEIGHT") {
- tempVertexData.matricesWeights = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.matricesWeights.push(buffer[j]);
- }
- }
- else if (semantic === "COLOR") {
- tempVertexData.colors = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.colors.push(buffer[j]);
- }
- }
- }
- // Indices
- accessor = gltfRuntime.accessors[primitive.indices];
- buffer = getBufferFromAccessor(gltfRuntime, accessor);
- tempVertexData.indices = [];
- for (var j = 0; j < buffer.length; j++) {
- tempVertexData.indices.push(buffer[j]);
- }
- indexCounts.push(buffer.length);
- vertexData.merge(tempVertexData);
- tempVertexData = undefined;
- // Sub material
- var material = gltfRuntime.scene.getMaterialByID(primitive.material);
- multiMat.subMaterials.push(material === null ? gltfRuntime.scene.defaultMaterial : 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.flipFaces(true);
- newMesh.computeWorldMatrix(true);
- // Apply submeshes
- newMesh.subMeshes = [];
- var index = 0;
- for (var meshIndex = 0; meshIndex < meshes.length; meshIndex++) {
- var meshID = meshes[meshIndex];
- var mesh = gltfRuntime.meshes[meshID];
- if (!mesh) {
- continue;
- }
- for (var i = 0; i < mesh.primitives.length; i++) {
- if (mesh.primitives[i].mode !== 4) {
- }
- var subMesh = new BABYLON.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 = function (newNode, position, rotation, scaling) {
- 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 = function (newNode, node) {
- if (node.matrix) {
- var position = new BABYLON.Vector3(0, 0, 0);
- var rotation = new BABYLON.Quaternion();
- var scaling = new BABYLON.Vector3(0, 0, 0);
- var mat = BABYLON.Matrix.FromArray(node.matrix);
- mat.decompose(scaling, rotation, position);
- // Y is Up
- if (GLTFFileLoader.MakeYUP) {
- rotation = rotation.multiply(new BABYLON.Quaternion(-0.707107, 0, 0, 0.707107));
- }
- configureNode(newNode, position, rotation, scaling);
- if (newNode instanceof BABYLON.TargetCamera) {
- newNode.setTarget(BABYLON.Vector3.Zero());
- }
- }
- else {
- configureNode(newNode, BABYLON.Vector3.FromArray(node.translation), BABYLON.Quaternion.FromArray(node.rotation), BABYLON.Vector3.FromArray(node.scale));
- }
- };
- /**
- * Imports a node
- */
- var importNode = function (gltfRuntime, node, id) {
- var lastNode = 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 = gltfRuntime.skins[node.skin];
- var newMesh = importMesh(gltfRuntime, node, node.meshes, id, node.babylonNode);
- newMesh.skeleton = gltfRuntime.scene.getLastSkeletonByID(node.skin);
- if (newMesh.skeleton === null) {
- newMesh.skeleton = importSkeleton(gltfRuntime, skin, newMesh, skin.babylonSkeleton);
- if (!skin.babylonSkeleton) {
- skin.babylonSkeleton = newMesh.skeleton;
- }
- }
- if (newMesh.skeleton !== null) {
- newMesh.useBones = true;
- }
- lastNode = newMesh;
- }
- }
- else if (node.meshes) {
- /**
- * Improve meshes property
- */
- var newMesh = importMesh(gltfRuntime, node, node.mesh ? [node.mesh] : node.meshes, id, node.babylonNode);
- lastNode = newMesh;
- }
- else if (node.light && !node.babylonNode && !gltfRuntime.importOnlyMeshes) {
- var light = gltfRuntime.lights[node.light];
- if (light) {
- if (light.type === "ambient") {
- var ambienLight = light[light.type];
- var hemiLight = new BABYLON.HemisphericLight(node.light, BABYLON.Vector3.Zero(), gltfRuntime.scene);
- hemiLight.name = node.name;
- if (ambienLight.color) {
- hemiLight.diffuse = BABYLON.Color3.FromArray(ambienLight.color);
- }
- lastNode = hemiLight;
- }
- else if (light.type === "directional") {
- var directionalLight = light[light.type];
- var dirLight = new BABYLON.DirectionalLight(node.light, BABYLON.Vector3.Zero(), gltfRuntime.scene);
- dirLight.name = node.name;
- if (directionalLight.color) {
- dirLight.diffuse = BABYLON.Color3.FromArray(directionalLight.color);
- }
- lastNode = dirLight;
- }
- else if (light.type === "point") {
- var pointLight = light[light.type];
- var ptLight = new BABYLON.PointLight(node.light, BABYLON.Vector3.Zero(), gltfRuntime.scene);
- ptLight.name = node.name;
- if (pointLight.color) {
- ptLight.diffuse = BABYLON.Color3.FromArray(pointLight.color);
- }
- lastNode = ptLight;
- }
- else if (light.type === "spot") {
- var spotLight = light[light.type];
- var spLight = new BABYLON.SpotLight(node.light, BABYLON.Vector3.Zero(), BABYLON.Vector3.Zero(), 0, 0, gltfRuntime.scene);
- spLight.name = node.name;
- if (spotLight.color) {
- spLight.diffuse = BABYLON.Color3.FromArray(spotLight.color);
- }
- if (spotLight.fallOfAngle) {
- spLight.angle = spotLight.fallOfAngle;
- }
- if (spotLight.fallOffExponent) {
- spLight.exponent = spotLight.fallOffExponent;
- }
- lastNode = spLight;
- }
- }
- }
- else if (node.camera && !node.babylonNode && !gltfRuntime.importOnlyMeshes) {
- var camera = gltfRuntime.cameras[node.camera];
- if (camera) {
- if (camera.type === "orthographic") {
- var orthographicCamera = camera[camera.type];
- var orthoCamera = new BABYLON.FreeCamera(node.camera, BABYLON.Vector3.Zero(), gltfRuntime.scene);
- orthoCamera.name = node.name;
- orthoCamera.mode = BABYLON.Camera.ORTHOGRAPHIC_CAMERA;
- orthoCamera.attachControl(gltfRuntime.scene.getEngine().getRenderingCanvas());
- lastNode = orthoCamera;
- }
- else if (camera.type === "perspective") {
- var perspectiveCamera = camera[camera.type];
- var persCamera = new BABYLON.FreeCamera(node.camera, BABYLON.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 BABYLON.Mesh(node.name, gltfRuntime.scene);
- node.babylonNode = dummy;
- lastNode = dummy;
- }
- }
- if (lastNode !== null) {
- if (node.matrix) {
- configureNodeFromMatrix(lastNode, node);
- }
- else {
- configureNode(lastNode, BABYLON.Vector3.FromArray(node.translation), BABYLON.Quaternion.RotationAxis(BABYLON.Vector3.FromArray(node.rotation).normalize(), node.rotation[3]), BABYLON.Vector3.FromArray(node.scale));
- }
- lastNode.updateCache(true);
- node.babylonNode = lastNode;
- }
- return lastNode;
- };
- /**
- * Traverses nodes and creates them
- */
- var traverseNodes = function (gltfRuntime, id, parent, meshIncluded) {
- var node = gltfRuntime.nodes[id];
- var newNode = 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);
- if (newNode !== null) {
- newNode.id = id;
- newNode.parent = parent;
- }
- }
- for (var i = 0; i < node.children.length; i++) {
- traverseNodes(gltfRuntime, node.children[i], newNode, meshIncluded);
- }
- };
- /**
- * Buffers loaded, create nodes
- */
- var onBuffersLoaded = function (gltfRuntime) {
- // Nodes
- var currentScene = gltfRuntime.currentScene;
- 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);
- }
- };
- /**
- * On a buffer is loaded
- */
- var onLoadBuffer = function (gltfRuntime, buf) {
- return function (data) {
- gltfRuntime.loadedBuffers++;
- if (!(data instanceof ArrayBuffer)) {
- BABYLON.Tools.Error("Buffer named " + buf + " is not an array buffer");
- }
- else if (data.byteLength != gltfRuntime.buffers[buf].byteLength) {
- BABYLON.Tools.Error("Buffer named " + buf + " is length " + data.byteLength + ". Expected: " + gltfRuntime.buffers[buf].byteLength); // Improve error message
- }
- gltfRuntime.arrayBuffers[buf] = data;
- if (gltfRuntime.loadedBuffers === gltfRuntime.buffersCount) {
- onBuffersLoaded(gltfRuntime);
- }
- };
- };
- /**
- * Error when loaded buffer
- */
- var onLoadBufferError = function (gltfRuntime, buf) {
- return function () {
- BABYLON.Tools.Error("Error when loading buffer named " + buf + " located at " + gltfRuntime.buffers[buf].uri);
- };
- };
- /**
- * Decode array buffer from base64
- */
- var decodeArrayBuffer = function (base64) {
- var decodedString = atob(base64);
- var bufferLength = decodedString.length;
- var arraybuffer = new Uint8Array(new ArrayBuffer(bufferLength));
- for (var i = 0; i < bufferLength; i++) {
- arraybuffer[i] = decodedString.charCodeAt(i);
- }
- return arraybuffer.buffer;
- };
- /**
- * Loads buffers (geometries)
- */
- var loadBuffers = function (gltfRuntime) {
- for (var buf in gltfRuntime.buffers) {
- var buffer = gltfRuntime.buffers[buf];
- if (buffer) {
- if (isBase64(buffer.uri)) {
- var arrayBuffer = decodeArrayBuffer(buffer.uri.split(",")[1]);
- onLoadBuffer(gltfRuntime, buf)(arrayBuffer);
- }
- else {
- BABYLON.Tools.LoadFile(gltfRuntime.rootUrl + buffer.uri, onLoadBuffer(gltfRuntime, buf), null, null, true, onLoadBufferError(gltfRuntime, buf));
- }
- }
- else {
- BABYLON.Tools.Error("No buffer named : " + buf);
- }
- }
- };
- /**
- * onBind shaderrs callback to set uniforms and matrices
- */
- var onBindShaderMaterial = function (mesh, gltfRuntime, unTreatedUniforms, shaderMaterial, technique, material) {
- for (var unif in unTreatedUniforms) {
- var uniform = 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) {
- 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;
- }
- setMatrix(gltfRuntime.scene, source, uniform, unif, shaderMaterial.getEffect());
- }
- }
- else {
- var value = material.values[technique.uniforms[unif]];
- if (!value) {
- continue;
- }
- if (type === EParameterType.SAMPLER_2D) {
- var texture = gltfRuntime.textures[value].babylonTexture;
- if (texture === null) {
- continue;
- }
- shaderMaterial.getEffect().setTexture(unif, texture);
- }
- else {
- setUniform(shaderMaterial.getEffect(), unif, value, type);
- }
- }
- }
- };
- /**
- * Prepare uniforms to send the only one time
- * Loads the appropriate textures
- */
- var prepareShaderMaterialUniforms = function (gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms) {
- var materialValues = material.values;
- var techniqueUniforms = technique.uniforms;
- /**
- * Prepare values here (not matrices)
- */
- for (var unif in unTreatedUniforms) {
- var uniform = unTreatedUniforms[unif];
- var type = uniform.type;
- var value = materialValues[techniqueUniforms[unif]] || uniform.value;
- if (!value) {
- continue;
- }
- // Texture (sampler2D)
- if (type === EParameterType.SAMPLER_2D) {
- var texture = gltfRuntime.textures[value];
- var sampler = gltfRuntime.samplers[texture.sampler];
- if (!texture || !texture.source) {
- continue;
- }
- var source = gltfRuntime.images[texture.source];
- var newTexture = null;
- 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 = BABYLON.Texture.BILINEAR_SAMPLINGMODE;
- if (isBase64(source.uri)) {
- newTexture = new BABYLON.Texture(source.uri, gltfRuntime.scene, !createMipMaps, true, samplingMode, null, null, source.uri, true);
- }
- else {
- newTexture = new BABYLON.Texture(gltfRuntime.rootUrl + source.uri, gltfRuntime.scene, !createMipMaps, true, samplingMode);
- }
- newTexture.wrapU = getWrapMode(sampler.wrapS);
- newTexture.wrapV = getWrapMode(sampler.wrapT);
- newTexture.name = value;
- texture.babylonTexture = newTexture;
- if (uniform.value) {
- // Static uniform
- shaderMaterial.setTexture(unif, newTexture);
- delete unTreatedUniforms[unif];
- }
- }
- else {
- if (uniform.value && setUniform(shaderMaterial, unif, value, type)) {
- // Static uniform
- delete unTreatedUniforms[unif];
- }
- }
- }
- };
- /**
- * Shader compilation failed
- */
- var onShaderCompileError = function (program, shaderMaterial) {
- return function (effect, error) {
- BABYLON.Tools.Error("Cannot compile program named " + program.name + ". Error: " + error + ". Default material will be applied");
- shaderMaterial.dispose(true);
- };
- };
- /**
- * Shader compilation success
- */
- var onShaderCompileSuccess = function (gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms) {
- return function (_) {
- prepareShaderMaterialUniforms(gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms);
- shaderMaterial.onBind = function (mat, mesh) {
- onBindShaderMaterial(mesh, gltfRuntime, unTreatedUniforms, shaderMaterial, technique, material);
- };
- };
- };
- /**
- * Returns the appropriate uniform if already handled by babylon
- */
- var parseShaderUniforms = function (tokenizer, technique, unTreatedUniforms) {
- for (var unif in technique.uniforms) {
- var uniform = technique.uniforms[unif];
- var uniformParameter = 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 onShadersLoaded = function (gltfRuntime) {
- // Create materials
- for (var mat in gltfRuntime.materials) {
- var material = gltfRuntime.materials[mat];
- var technique = gltfRuntime.techniques[material.technique];
- var program = gltfRuntime.programs[technique.program];
- var states = technique.states;
- var vertexShader = BABYLON.Effect.ShadersStore[program.vertexShader + "VertexShader"];
- var pixelShader = BABYLON.Effect.ShadersStore[program.fragmentShader + "PixelShader"];
- var newVertexShader = "";
- var newPixelShader = "";
- var vertexTokenizer = new Tokenizer(vertexShader);
- var pixelTokenizer = new Tokenizer(pixelShader);
- var unTreatedUniforms = {};
- var uniforms = [];
- var attributes = [];
- var samplers = [];
- // Fill uniform, sampler2D and attributes
- for (var unif in technique.uniforms) {
- var uniform = technique.uniforms[unif];
- var uniformParameter = 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 = 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 = 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 + mat,
- fragment: program.fragmentShader + mat
- };
- var options = {
- attributes: attributes,
- uniforms: uniforms,
- samplers: samplers,
- needAlphaBlending: states.functions && states.functions.blendEquationSeparate
- };
- BABYLON.Effect.ShadersStore[program.vertexShader + mat + "VertexShader"] = newVertexShader;
- BABYLON.Effect.ShadersStore[program.fragmentShader + mat + "PixelShader"] = newPixelShader;
- var shaderMaterial = new BABYLON.ShaderMaterial(material.name, gltfRuntime.scene, shaderPath, options);
- shaderMaterial.id = mat;
- shaderMaterial.onError = onShaderCompileError(program, shaderMaterial);
- shaderMaterial.onCompiled = onShaderCompileSuccess(gltfRuntime, shaderMaterial, technique, material, unTreatedUniforms);
- if (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 = BABYLON.Engine.ALPHA_COMBINE;
- }
- else if (blendFunc[0] === EBlendingFunction.ONE && blendFunc[1] === EBlendingFunction.ONE && blendFunc[2] === EBlendingFunction.ZERO && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = BABYLON.Engine.ALPHA_ONEONE;
- }
- else if (blendFunc[0] === EBlendingFunction.SRC_ALPHA && blendFunc[1] === EBlendingFunction.ONE && blendFunc[2] === EBlendingFunction.ZERO && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = BABYLON.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 = BABYLON.Engine.ALPHA_SUBTRACT;
- }
- else if (blendFunc[0] === EBlendingFunction.DST_COLOR && blendFunc[1] === EBlendingFunction.ZERO && blendFunc[2] === EBlendingFunction.ONE && blendFunc[3] === EBlendingFunction.ONE) {
- shaderMaterial.alphaMode = BABYLON.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 = BABYLON.Engine.ALPHA_MAXIMIZED;
- }
- }
- }
- }
- // Finish
- loadBuffers(gltfRuntime);
- };
- /**
- * Shader loaded
- */
- var onLoadShader = function (gltfRuntime, sha) {
- return function (data) {
- gltfRuntime.loadedShaders++;
- BABYLON.Effect.ShadersStore[sha + (gltfRuntime.shaders[sha].type === EShaderType.VERTEX ? "VertexShader" : "PixelShader")] = data;
- if (gltfRuntime.loadedShaders === gltfRuntime.shaderscount) {
- onShadersLoaded(gltfRuntime);
- }
- };
- };
- /**
- * Error callback when loading a shader
- */
- var onLoadShaderError = function (gltfRuntime, sha) {
- return function () {
- BABYLON.Tools.Error("Error when loading shader program named " + sha + " located at " + gltfRuntime.shaders[sha].uri);
- };
- };
- /**
- * Load shaders
- */
- var load = function (gltfRuntime) {
- // Begin with shaders
- for (var sha in gltfRuntime.shaders) {
- var shader = gltfRuntime.shaders[sha];
- if (shader) {
- if (isBase64(shader.uri)) {
- var shaderString = atob(shader.uri.split(",")[1]);
- onLoadShader(gltfRuntime, sha)(shaderString);
- }
- else {
- BABYLON.Tools.LoadFile(gltfRuntime.rootUrl + shader.uri, onLoadShader(gltfRuntime, sha), null, null, false, onLoadShaderError(gltfRuntime, sha));
- }
- }
- else {
- BABYLON.Tools.Error("No shader file named " + shader.uri);
- }
- }
- };
- /**
- * glTF File Loader Plugin
- */
- var GLTFFileLoader = (function () {
- function GLTFFileLoader() {
- /**
- * Public members
- */
- this.extensions = ".gltf";
- }
- /**
- * Import meshes
- */
- GLTFFileLoader.prototype.importMesh = function (meshesNames, scene, data, rootUrl, meshes, particleSystems, skeletons) {
- var parsedData = JSON.parse(data);
- var gltfRuntime = this._createGlTFRuntime(parsedData, scene, rootUrl);
- 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 = [];
- BABYLON.Tools.Warn("Argument meshesNames must be of type string or string[]");
- }
- // Create nodes
- this._createNodes(gltfRuntime);
- // Fill arrays of meshes and skeletons
- for (var nde in gltfRuntime.nodes) {
- var node = gltfRuntime.nodes[nde];
- if (node.babylonNode instanceof BABYLON.AbstractMesh) {
- meshes.push(node.babylonNode);
- }
- }
- for (var skl in gltfRuntime.skins) {
- var skin = gltfRuntime.skins[skl];
- if (skin.babylonSkeleton instanceof BABYLON.Skeleton) {
- skeletons.push(skin.babylonSkeleton);
- }
- }
- // Load shaders and buffers to apply
- load(gltfRuntime);
- return true;
- };
- /**
- * Load scene
- */
- GLTFFileLoader.prototype.load = function (scene, data, rootUrl) {
- var parsedData = JSON.parse(data);
- var gltfRuntime = this._createGlTFRuntime(parsedData, scene, rootUrl);
- // Create nodes
- this._createNodes(gltfRuntime);
- // Load shaders and buffers to apply
- load(gltfRuntime);
- // Finish
- return true;
- };
- // Creates nodes before loading buffers and shaders
- GLTFFileLoader.prototype._createNodes = function (gltfRuntime) {
- var currentScene = gltfRuntime.currentScene;
- for (var i = 0; i < currentScene.nodes.length; i++) {
- traverseNodes(gltfRuntime, currentScene.nodes[i], null);
- }
- };
- // Creates the gltfRuntime
- GLTFFileLoader.prototype._createGlTFRuntime = function (parsedData, scene, rootUrl) {
- var gltfRuntime = {
- accessors: {},
- buffers: {},
- bufferViews: {},
- meshes: {},
- lights: {},
- cameras: {},
- nodes: {},
- images: {},
- textures: {},
- shaders: {},
- programs: {},
- samplers: {},
- techniques: {},
- materials: {},
- animations: {},
- skins: {},
- currentScene: {},
- buffersCount: 0,
- shaderscount: 0,
- scene: scene,
- dummyNodes: [],
- loadedBuffers: 0,
- loadedShaders: 0,
- rootUrl: rootUrl,
- importOnlyMeshes: false,
- arrayBuffers: []
- };
- // Parse
- 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.scene && parsedData.scenes) {
- gltfRuntime.currentScene = parsedData.scenes[parsedData.scene];
- }
- return gltfRuntime;
- };
- /**
- * Private members
- */
- // None
- /**
- * Static members
- */
- GLTFFileLoader.MakeYUP = false;
- return GLTFFileLoader;
- })();
- BABYLON.GLTFFileLoader = GLTFFileLoader;
- ;
- BABYLON.SceneLoader.RegisterPlugin(new GLTFFileLoader());
- })(BABYLON || (BABYLON = {}));
- //# sourceMappingURL=babylon.glTFFileLoader.js.map
|