You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number} z - Th 3D object's depth value (z value in clip space).
277
279
* @param {?number} group - {?Object} group - Only relevant for objects using multiple materials. This represents a group entry from the respective `BufferGeometry`.
278
280
* @param {ClippingContext} clippingContext - The current clipping context.
281
+
* @param {Layers} effectiveLayers - The effective layers for layer visibility testing.
* @param {number} z - Th 3D object's depth value (z value in clip space).
311
314
* @param {?number} group - {?Object} group - Only relevant for objects using multiple materials. This represents a group entry from the respective `BufferGeometry`.
312
315
* @param {ClippingContext} clippingContext - The current clipping context.
316
+
* @param {Layers} effectiveLayers - The effective layers for layer visibility testing.
0 commit comments