Developer question; but open to anyone with a theory..

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
User avatar
Isaac
Posts: 3192
Joined: Fri Mar 02, 2012 10:02 pm

Developer question; but open to anyone with a theory..

Post by Isaac »

Does anyone have an idea of what might cause an animated [custom*] model to vanish in plain view, for rotating the camera... As in, it's right in front of the party, but tilt the view a few degrees and it's completely invisible. I've had this happen on a custom lever and button models.

*Obviously this is the key point... When it's custom there could be anything wrong with it... but I'm hoping someone has had this exact symptom, and knows the general reason for it.

:)
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Developer question; but open to anyone with a theory..

Post by petri »

Objects are culled by their bounding boxes. Bounding boxes are computed from the unanimated models. Make sure that the modeling pose resembles the animated object. E.g. don't lift buttons off the ground with animation -- do it in the model.
User avatar
Leki
Posts: 550
Joined: Wed Sep 12, 2012 3:49 pm

Re: Developer question; but open to anyone with a theory..

Post by Leki »

For monsters, you have to keep capsule node in viewport as well, if I am not wrong, and there is still a "lot of alchemy" during exporting multi meshes modelss (like monster + weapons), so you have to "play with propper linking". For big single meshes like dragons you can try to make big box, let me say 15x15x15m (5 cells) and texture that "moster body part" with one alpha blended pixel (=make it invisible), but there is still "capsule in viewport issue", if I remember it correctly.

In other word, try to describe, what you want to achieve or share model here.
I'm the Gate I'm the Key.
Dawn of Lore
User avatar
Isaac
Posts: 3192
Joined: Fri Mar 02, 2012 10:02 pm

Re: Developer question; but open to anyone with a theory..

Post by Isaac »

Brilliant answers both; I'll see what happens; but I bet it works. 8-)

**Update: This did seem to fix it completely! Thank you both very much for the insight. It was good that the setting is alterable in John's GMT utility, and that I did not have to re-edit and export from Blender, then reposition everything.
Post Reply