From 5031df4b26afd515274b5ca34f0d5380a99e4223 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sat, 28 Nov 2009 20:25:35 +0000 Subject: Minor graphyx modifications. Added tests. Added 'PrismaticJoint' (still incomplete). Started to transfer 'ForceJoints' to ordinary joints who use only constraints for correction. Started to add materials. --- src/graphyx/Graphyx.scala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/graphyx/Graphyx.scala') diff --git a/src/graphyx/Graphyx.scala b/src/graphyx/Graphyx.scala index 81a8ee8..01caea8 100644 --- a/src/graphyx/Graphyx.scala +++ b/src/graphyx/Graphyx.scala @@ -18,7 +18,10 @@ object Graphyx{ CompositeShape, Joints1, Joints2, + Spring, + Atom, Chain, + Wave, Stacking, BallStack, Cup, -- cgit v1.2.3