Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: samples/o3d-webgl/ray_intersection_info.js

Issue 1703014: Added culling sample. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/o3d-webgl/primitive.js ('k') | samples/o3d-webgl/shape.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}
« no previous file with comments | « samples/o3d-webgl/primitive.js ('k') | samples/o3d-webgl/shape.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698