Dad72 Posted February 9, 2017 Share Posted February 9, 2017 Hello, I have a _updatable error when I serialize a ground from height-map and I use setVerticesData () http://www.babylonjs-playground.com/#1S81P3 Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted February 10, 2017 Share Posted February 10, 2017 This is because you call your code before the ground is ready Remember that CreateGroundFromHeightMap has a callback to be notified when data is ready (this is due to the texture loading time) Quote Link to comment Share on other sites More sharing options...
Dad72 Posted February 10, 2017 Author Share Posted February 10, 2017 Ah, ok, I thought it worked like with CreateGround. Thank you 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.