Dreikblack Posted July 26 Share Posted July 26 Demo.zip Quote Link to comment Share on other sites More sharing options...
Dreikblack Posted July 26 Author Share Posted July 26 Could be related to another bug that i have before crash - after scaling one brush it lost material texture and reapplying did not work Quote Link to comment Share on other sites More sharing options...
Solution Josh Posted July 26 Solution Share Posted July 26 There are some NULL mapping plane value in the file: "mappingplane": [ [ null, null, null, null ], [ null, null, null, null ] ], Perhaps there was some kind of zero scaling applied, which caused the texture mapping equation to produce NAN values which got saved as NULL values? I can easily fix this by adding a check in the loader to make sure the array values are numbers. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Josh Posted July 26 Share Posted July 26 It will work now. Quote My job is to make tools you love, with the features you want, and performance you can't live without. 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.