EXYZED / MDULR_Development

1 stars 0 forks source link

Building / Asset destruction #6

Open Xepois opened 6 years ago

Xepois commented 6 years ago

Plan on what happens before, transition and after of the destruction of the house house destruction

Overrided, New plan:

There will be three models, depicting the three different states of a asset. These models will individually be exported.

The full asset is constructed. Healthy and undamaged. The building/asset is modeled.

From the completed model, a duplicate is created, this is the foundation of the second model. The second model is a modified version of the first model which is the damaged state of an asset.

The third model is the duplicate of the second model, and is of a critical/rubble state.

Once these models are made, three models should be created: Healthy, Critical, Destroyed.

These models are exported into a mesh, and re-exported back into ROBLOX. Three different meshID's will be utilised to differentiate between the status of the building. Remember that during the export process, we are limited to the materials and textures of each building, so plan well how the building's textures are implemented.

EXYZED commented 6 years ago

Plan complete, implementation is occurring, being handled by @Xepois