Jump to content

Recommended Posts

Posted

I'd like to put a level together dynamically (floors, walls, etc.). Is there a way to make multiple parts into one model? I imagine this would be accomplished through a command such as AddChild but I don't believe this exists. Is there another way to do this?

Posted

I'd imagine that one big model would be worse in that situation though. You wouldn't get hardware instancing to help you out or occlusion culling. Yeah, the engine would only have to deal with one transformation matrix, but I can't see that tradeoff helping you out in the long run.

Posted

Implemented this for the editor, but not official:

void Model::Collapse(Model* targetmodel)

  • Upvote 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Posted

Thanks Josh!

 

nick.ace, I'm talking about levels like shown here:

http://www.leadwerks.com/werkspace/topic/12224-a-bit-help-with-spotlights/#entry88693

 

That would be a 19x13 grid-based level or 247 models. In that example I combined it in Max but I was thinking of doing non-rectangular levels using an editor. I could still break them up into 10x10 chunks, for example, but having the option to combine them if I find that it speeds things up is great.

  • Upvote 1

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...