fixed LaunchLugTest
This commit is contained in:
parent
8fb7d16a66
commit
f1eb3d75d8
@ -405,6 +405,8 @@ public class TestRockets {
|
|||||||
bodytube.setMaterial(material);
|
bodytube.setMaterial(material);
|
||||||
finset.setMaterial(material);
|
finset.setMaterial(material);
|
||||||
|
|
||||||
|
rocket.enableEvents();
|
||||||
|
|
||||||
return rocket;
|
return rocket;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,12 +41,10 @@ public class LaunchLugTest extends BaseTestCase {
|
|||||||
|
|
||||||
BodyTube body= (BodyTube)rocket.getChild(0).getChild(1);
|
BodyTube body= (BodyTube)rocket.getChild(0).getChild(1);
|
||||||
LaunchLug lug = (LaunchLug)rocket.getChild(0).getChild(1).getChild(1);
|
LaunchLug lug = (LaunchLug)rocket.getChild(0).getChild(1).getChild(1);
|
||||||
double startAngle = 90;
|
double startAngle = Math.PI/2;
|
||||||
lug.setAngularOffset( startAngle );
|
lug.setAngularOffset( startAngle );
|
||||||
lug.setInstanceSeparation(0.05);
|
lug.setInstanceSeparation(0.05);
|
||||||
lug.setInstanceCount(2);
|
lug.setInstanceCount(2);
|
||||||
System.err.println("..created lug: at : " + lug.getInstanceOffsets()[0]);
|
|
||||||
System.err.println(" angle: "+startAngle/Math.PI*180+" deg ");
|
|
||||||
|
|
||||||
//String treeDump = rocket.toDebugTree();
|
//String treeDump = rocket.toDebugTree();
|
||||||
//System.err.println(treeDump);
|
//System.err.println(treeDump);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user