Package | alternativa.engine3d.core |
Class | public class RayIntersectionData |
Inheritance | RayIntersectionData ![]() |
See also
Property | Defined By | ||
---|---|---|---|
object : Object3D
First object intersected by the ray. | RayIntersectionData | ||
point : Vector3D
The point of intersection il local coordinates of object. | RayIntersectionData | ||
surface : Surface
Surface of object on which intersection occurred. | RayIntersectionData | ||
time : Number
Distance from ray's origin to intersection point expressed in length of localDirection vector. | RayIntersectionData | ||
uv : Point
Texture coordinates of intersection point. | RayIntersectionData |
Method | Defined By | ||
---|---|---|---|
toString():String
Returns the string representation of the specified object. | RayIntersectionData |
object | property |
public var object:Object3D
First object intersected by the ray.
point | property |
public var point:Vector3D
The point of intersection il local coordinates of object.
surface | property |
public var surface:Surface
Surface of object
on which intersection occurred.
time | property |
public var time:Number
Distance from ray's origin to intersection point expressed in length of localDirection
vector.
uv | property |
public var uv:Point
Texture coordinates of intersection point.
toString | () | method |
public function toString():String
Returns the string representation of the specified object.
ReturnsString — The string representation of the specified object.
|