ScrapeModel

February 6, 2023 ยท View on GitHub

from tdw.physics_audio.scrape_model import ScrapeModel

Data for a 3D model being used as a Clatter scrape surface.


Fields


Functions

__init__

ScrapeModel(model_name, sub_objects, visual_material, scrape_material)

ParameterTypeDefaultDescription
model_namestrThe name of the model.
sub_objectsList[ScrapeSubObject]A list of sub-objects that will be used as scrape surfaces.
visual_materialstrThe name of the new visual material.
scrape_materialScrapeMaterialThe scrape material.