We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c842c commit 6308326Copy full SHA for 6308326
libs/rapier/src/lib/debug.ts
@@ -16,7 +16,7 @@ import { BufferAttribute, Group, LineBasicMaterial, LineSegments } from 'three';
16
template: `
17
<ngt-group>
18
<ngt-line-segments #lineSegments [frustumCulled]="false">
19
- <ngt-line-basic-material color="white" [vertexColors]="true" />
+ <ngt-line-basic-material color="white" vertexColors />
20
<ngt-buffer-geometry />
21
</ngt-line-segments>
22
</ngt-group>
0 commit comments