Methods
-
runTaskQueue(deadline)
-
This function controls the processing of tasks. It schedules tasks when there is idle time at the end of a simulation step.
Parameters:
Name Type Description deadlineObject This object contains a function which returns a number indicating how much time remains for task processing.
Type Definitions
-
Triangle
-
A triangle shape used in Ray#intersectTriangle.
Properties:
Name Type Description aVector3 The first vertex position.
bVector3 The second vertex position.
cVector3 The third vertex position.