x


Adding damage visually to a Game Object

How can I show rubble destruction type damage but use the least amount of computer resource? I would like for the rubble to stick around but just for looks. sorry about the recent post. I posted the wrong question to the title my bad.

more ▼

asked Feb 17 '10 at 06:01 AM

Maltus gravatar image

Maltus
268 9 15 22

(comments are locked)
10|3000 characters needed characters left

1 answer: sort newest

Creating rubble is just a matter of having separate models for the destroyed versions of buildings or whatever. These models have the same rendering overhead as any other model. The main way to keep them efficient is to use a less detailed (ie, lower polygon count) model for the rubble. Depending on the type of game, it might also be possible to make the rubble objects disappear completely when the player gets a certain distance away.

more ▼

answered Feb 19 '10 at 01:32 PM

andeeee gravatar image

andeeee ♦
1.4k 3 6 18

This is the best way. You just have to create different Level of Details (LODs) or textures representing the different damage states.

Feb 19 '10 at 04:41 PM bowditch

Thank you andeeee, I am trying to build a script that can handle some of that.

Aug 11 '10 at 06:29 PM Maltus
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x470
x248
x1

asked: Feb 17 '10 at 06:01 AM

Seen: 1080 times

Last Updated: Feb 17 '10 at 07:35 AM