When trying to run the playground, I am receiving the following Vertex Shader Error in Chrome’s console:
Offending line [244] in vertex code: VATInfluence=readMatrixFromRawSamplerVAT(bakedVertexAnimationTexture,matricesIndices[0],VATFrameNum)*matricesWeights[0];
Thanks for the quick response and checking into this!
I have a working animation in Blender, but no implemented version as we were trying to get a VAT running. Would sharing an animation video help?
This animation is driven off of geometry nodes in Blender, the only way I have found to output them into a VAT format for Babylon implementation is via the OpenVAT plugin for Blender.
One of team members updated the playground this morning to see if they could help out. It looks like the VAT might need bones added for the animation to work properly. Do VATs in Babylon implemented with BakedVertexAnimation only work when rigged with bones and armatures?
Our VAT format is most likely different from OpenVAT’s, because we didn’t know that format existed (at least I didn’t). You would need to convert OpenVAT to our format, or update our code to be able to load an OpenVAT format (I tried to find documentation on this format, but couldn’t find any…).
erm, this OpenVAT is not a format/standard, just a name of a Blender add-on, highly misleading imo. Plus bjs VAT development was done years ahead. So, this isn’t a bug.
Yes. What is your use case? All I’m seeing from your glb is a subsurfed cube. More info would help us help you.