We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0d78d commit 7c52a4dCopy full SHA for 7c52a4d
1 file changed
types/cannon/cannon-tests.ts
@@ -3,3 +3,9 @@ import cannon = require("cannon");
3
var aabb = new cannon.AABB();
4
5
aabb.setFromPoints([new cannon.Vec3(1, 2, 3)]);
6
+
7
+var vehicle = new CANNON.RaycastVehicle()
8
9
+vehicle.addWheel({
10
+ isFrontWheel: true,
11
+})
0 commit comments