@react-three/rapier 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1391,7 +1391,8 @@ const Debug = () => {
|
|
1391
1391
|
mesh.geometry.setAttribute("color", new three.BufferAttribute(buffers.colors, 4));
|
1392
1392
|
});
|
1393
1393
|
return /*#__PURE__*/React__default["default"].createElement("lineSegments", {
|
1394
|
-
ref: ref
|
1394
|
+
ref: ref,
|
1395
|
+
frustumCulled: false
|
1395
1396
|
}, /*#__PURE__*/React__default["default"].createElement("lineBasicMaterial", {
|
1396
1397
|
color: 0xffffff,
|
1397
1398
|
vertexColors: true
|
@@ -1391,7 +1391,8 @@ const Debug = () => {
|
|
1391
1391
|
mesh.geometry.setAttribute("color", new three.BufferAttribute(buffers.colors, 4));
|
1392
1392
|
});
|
1393
1393
|
return /*#__PURE__*/React__default["default"].createElement("lineSegments", {
|
1394
|
-
ref: ref
|
1394
|
+
ref: ref,
|
1395
|
+
frustumCulled: false
|
1395
1396
|
}, /*#__PURE__*/React__default["default"].createElement("lineBasicMaterial", {
|
1396
1397
|
color: 0xffffff,
|
1397
1398
|
vertexColors: true
|
@@ -1366,7 +1366,8 @@ const Debug = () => {
|
|
1366
1366
|
mesh.geometry.setAttribute("color", new BufferAttribute(buffers.colors, 4));
|
1367
1367
|
});
|
1368
1368
|
return /*#__PURE__*/React.createElement("lineSegments", {
|
1369
|
-
ref: ref
|
1369
|
+
ref: ref,
|
1370
|
+
frustumCulled: false
|
1370
1371
|
}, /*#__PURE__*/React.createElement("lineBasicMaterial", {
|
1371
1372
|
color: 0xffffff,
|
1372
1373
|
vertexColors: true
|