We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250f4dc commit 3cfd6e8Copy full SHA for 3cfd6e8
docs/api/math/Frustum.html
@@ -81,6 +81,14 @@ <h3>[method:Boolean containsPoint]([page:Vector3 point])</h3>
81
Checks to see if the frustum contains the point.
82
</div>
83
84
+ <h3>[method:Boolean intersectsBox]([page:Box3 box])</h3>
85
+ <div>
86
+ box -- [page:Box3]
87
+ </div>
88
89
+ Check to see if the box intersects with the frustum.
90
91
+
92
<h3>[method:Boolean intersectsSphere]([page:Sphere sphere])</h3>
93
<div>
94
sphere -- [page:Sphere]
0 commit comments