| Index: samples/o3d-webgl/ray_intersection_info.js
|
| ===================================================================
|
| --- samples/o3d-webgl/ray_intersection_info.js (revision 45983)
|
| +++ samples/o3d-webgl/ray_intersection_info.js (working copy)
|
| @@ -51,7 +51,13 @@
|
| o3d.RayIntersectionInfo.prototype.valid = false;
|
|
|
|
|
| +/**
|
| + * True if the origin of the ray is found to be inside the box.
|
| + * @type {boolean}
|
| + */
|
| +o3d.RayIntersectionInfo.prototype.inside = false;
|
|
|
| +
|
| /**
|
| * True if this ray intersection intersected something.
|
| * @type {boolean}
|
|
|