gamecreator Posted June 27, 2014 Posted June 27, 2014 It looks like when a model loads, Leadwerks doesn't use the Pivot to position it to 0, 0, 0. I'm not sure if this is intentional. outline = Model::Load("Models/model.mdl"); outline->SetPosition(0.0, 0.0, 0.0, true); The above code will place the model to different places depending on whether the second line is commented out or not (unless the pivot is at 0, 0, 0, of course). Quote
Josh Posted July 20, 2014 Posted July 20, 2014 The top-level model in the entity may have a position other than 0,0,0, which is likely what is happening. 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
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.