devAxeon Posted August 17, 2018 Share Posted August 17, 2018 Hi, Just found this bug: an error broke the scene if we try to clone a mesh when we are in VR mode. Here's a PG: https://www.babylonjs-playground.com/#K7YG35 Thanks !! Quote Link to comment Share on other sites More sharing options...
Sebavan Posted August 17, 2018 Share Posted August 17, 2018 Summoning @trevordev Quote Link to comment Share on other sites More sharing options...
trevordev Posted August 17, 2018 Share Posted August 17, 2018 @devAxeon the clone method has a mandatory name parameter. Internally vr interactions are using that name which when not specified is undefined. https://www.babylonjs-playground.com/#K7YG35#2 should work. Ill also update the clone method such that if the name isn't specified "" will be used. Sebavan 1 Quote Link to comment Share on other sites More sharing options...
devAxeon Posted August 20, 2018 Author Share Posted August 20, 2018 Ok my bad, thank you @trevordev !! 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.