Chisel.Prototype icon indicating copy to clipboard operation
Chisel.Prototype copied to clipboard

Create Surface Asset that contains all Surface Properties

Open LogicalError opened this issue 6 years ago • 1 comments

This asset would contain:

  • Material
  • PhysicMaterial
  • Renderable/Collidable etc. flags (.. essentially a ChiselBrushMaterial)
  • additional payload data (somehow) such as sound effects

This would allow us to drag & drop all surface properties together all at once

LogicalError avatar Jun 13 '19 08:06 LogicalError

We should probably turn ChiselBrushMaterial into an asset (we can discuss a better name) and modify the UX so that it no longer looks like that each polygon has it's own settings. All polygons would reference a ChiselBrushMaterial instead. So if someone wants to change the "renderable" property, they'd have to create a new asset.

LogicalError avatar Jun 13 '19 09:06 LogicalError