Global

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
deadline Object

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
a Vector3

The first vertex position.

b Vector3

The second vertex position.

c Vector3

The third vertex position.