Damien Seguin
Damien Seguin
@MalikBen Looks like test for `Env "webpack-2"` are failing. Does webpack 2 exports `version`? If not then can you try changing: ```js const isWebpackGreaterThan5 = version[0] >= 5; ``` to...
The only solution I see for now is to not use hashing and use the default sprite.svg: ```html ``` but we loose all the advantages of hashing (most notably caching...
Could it be that the `/fruits#calories` hashtag part is unhandled by my defined route above? I am hitting the following infinite loop when clicking on an anchor that changes the...
Should this extension follow the same naming convention as the normalTexture info schema? https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/material.normalTextureInfo.schema.json Eg. factor -> scale
Hi > I have not understood how to refer to the images You can either import them in JS files and get their source url: https://github.com/dmnsgn/frontend-boilerplate/blob/3e9e678c24189c554c69ef77f632bb70b4eb91e9/src/test/test.js#L5 or directly in the...
Couldn't we just multiply the local matrix by the parent modelMatrix? Effectively traversing the children instead of the parents?
Might be useful as well: Ambient Dice Specular Approximation https://torust.me/2019/06/25/ambient-dice-specular.html
Yes, that's probably going to be formalised in glTF 3.0. Meanwhile I am also undecided. `instanceColors` is more explicit but that means than anything that is instanced should follow the...
I agree. What's your gut feeling about `instance*` prefix? I am leaning toward this option as it makes it really explicit.
Pretty good: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters#Browser_compatibility `geometry.set(null)` unintentionally of course in Nodes. But could be used to clean buffers pr something maybe (thinking out loud)?