brianzinn Posted February 13, 2018 Share Posted February 13, 2018 Hi, I have a playground to reproduce: https://playground.babylonjs.com/indexstable#AVXVIQ vs https://playground.babylonjs.com/index.html#AVXVIQ As you can see when you move the camera, the coloured progress bar does not stay parented to the camera as it did before. I don't believe this is intended. If you switch to latest stable, however, then it does properly stay parented (although with different pivot matrix behaviour). My suspicion is it changed here (https://github.com/BabylonJS/Babylon.js/commit/07e15e49febe47e45f5d4958f722778b5f06d881). Quote Link to comment Share on other sites More sharing options...
Guest Posted February 13, 2018 Share Posted February 13, 2018 Hello, this is a breaking change I had to integrate Here is the fix: https://playground.babylonjs.com/index.html#AVXVIQ#1 Quote Link to comment Share on other sites More sharing options...
brianzinn Posted February 13, 2018 Author Share Posted February 13, 2018 Thanks, that was it! Still needed setPivotMatrix(), though - all good: https://playground.babylonjs.com/index.html#AVXVIQ#2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.