Hi, I am a three js beginner. I tried to use the google mediapipe avatar demo MediaPipe Face Virtual Avatar Demo (codepen.io) to make an AR filter project. I’m currently working on integrating the VRM model into a demo project. Despite VRM being a derivative of the GLB format, my model fails to appear in the demo. Here’s what I’ve done so far:
- I attempted to load the VRM directly and also tried renaming the file with a .glb extension.
- I used conversion software to transform the VRM file into a standard GLB format, but to no avail.
However, the models display correctly when using a glTF viewer, indicating that the files are not corrupted. When I use GLB models downloaded from the internet, they work perfectly with the demo.
Can someone shed some light on what might be different about my model? Is there a particular setting or conversion method that ensures compatibility with this specific demo environment?
My VRM model:
glb converted by VRM