marcspraragen

Results 20 comments of marcspraragen

Hey, there doesn't seem to be a sample to work from but I'm still experimenting. :)

Thanks Adam! The other possibility I was looking for applying an animation was merging a model .gltf with a model-less animation .gltf at runtime. Does (or could, with some tweaking)...

Thanks for your reply! I will definitely share any successful updates.

Any updates on this capability? We have worked around it by leaving all animations in one file per the spec

We tried quite a bit to transplant / construct animated clips between imported scenes and their nodes, but it ended up being unreliable. Also, it's hard to test because even...

I'm working on something similar. We are importing GLTF models with multiple pbrMetallicRoughness-based material choices (one material at a time) for a single mesh. How should that look in the...

Also getting black screen from app. Using Viro 1_16. Build from Android Studio 3.4.1 to Samsung S8+. I've included lines from manifest file and also gradle run log. Older projects...

I'm having the same issue, for what I think is the same reason: getLastCameraPositionRealTime() except I was calling it from mViroView.CameraListener.onTransformUpdate(). I was thinking of using FrameListener instead, and thanks...

Thanks!! I'll keep you posted.