Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 935 Bytes

scrape_model.md

File metadata and controls

33 lines (19 loc) · 935 Bytes

ScrapeModel

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)

Parameter Type Default Description
model_name str The name of the model.
sub_objects List[ScrapeSubObject] A list of sub-objects that will be used as scrape surfaces.
visual_material str The name of the new visual material.
scrape_material ScrapeMaterial The scrape material.