Class: AxTraceEvents

AxTraceEvents(context)

new AxTraceEvents(context)

Creates an object with trace events Trace events occur while tracing the scene in axis and can be used for rendering, picking and etc.
Parameters:
Name Type Description
context Axis The instance of axis, which calls the events
Source:

Methods

OnMesh(parameters)

Occurs when an entity of the respective type is encountered while tracing the scene
Parameters:
Name Type Description
parameters AxTraceParameter holds the trace parameters, which are relevant at the time of the occurence of the event
Source:

Documentation generated by JSDoc 3.5.3 on Mon Feb 19 2018 20:39:27 GMT+0200 (FLE Standard Time)