Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 581 Bytes

physics_quality.md

File metadata and controls

31 lines (16 loc) · 581 Bytes

PhysicsQuality

from tdw.add_ons.model_verifier.model_tests.physics_quality import PhysicsQuality

Test the "physics quality" i.e. the disparity between the colliders volume and the rendered volume.


Functions

__init__

PhysicsQuality()

start

self.start()

Returns: A list of commands to start the test.

on_send

self.on_send(resp)

Parameter Type Default Description
resp List[bytes] The response from the build.

Returns: A list of commands to continue or end the test.