new AxRayIntersectionEvents(context)
Creates an object instance of AxRayIntersectionEvents
Parameters:
Name | Type | Description |
---|---|---|
context |
Axis | The instance of axis, which calls the events |
- Source:
Methods
SetupRay(rayInitialPoint, rayOrientation)
Prepares the events for processing a scene and testing for intersecion with the given ray in the scene
Parameters:
Name | Type | Description |
---|---|---|
rayInitialPoint |
AxVector3 | The initial (starting) point of the ray |
rayOrientation |
AxVector3 | The orientation vector of the ray |
- Source: