Changeset 1296
- Timestamp:
- Apr 25, 2012, 2:44:19 AM (11 years ago)
- Location:
- trunk/orbital
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/orbital/orbital.cpp
r1287 r1296 29 29 Orbital::Orbital() 30 30 { 31 m.SendCommand("sc1,1,0,1,asph 20,16,20,24");32 m.SendCommand("t0,0,- 30,fl");31 m.SendCommand("sc1,1,0,1,asph10,16,20,24"); 32 m.SendCommand("t0,0,-60,fl"); 33 33 34 34 m.SendCommand("sc1,0,1,1,afcb10,10,10,2,rx45,rz45"); … … 38 38 m.SendCommand("t40,40,0,fl"); 39 39 40 m.SendCommand("sc0.1,0.1,0,1,ab6,6,15,ty-2,sc1,1,1,1,afcb4,5,16,0.4,tx4,mx,fl,sc0.2,0.7,0,1,afcb8,7,10,0.4,tz-4,fl"); 40 m.SendCommand("sc1,1,0,1,scb1,0,0,0,at4,1,s1.5,1,4,tz-13,ad6,5.8,1"); 41 m.SendCommand("t-40,-40,0,fl"); 42 43 m.SendCommand("sc0.6,0.7,0.8,1,afcb7,4,7,0.6,sc1,0,0.3,1,afcb4,7,4,0.6"); 44 m.SendCommand("t-40,20,-30,fl"); 45 46 m.SendCommand("sc1,0.7,0,1,afcb12,3,10,0.4,tz3,sc1,1,1,1,afcb2,10,10,0.4"); 47 m.SendCommand("rx20,ry30,t0,40,-20,fl"); 48 49 m.SendCommand("sc0.1,0.1,0,1,ab6,6,15,ty-2,sc1,1,1,1,afcb4,5,16,0.4,tx4,tx60,mx,tx120,fl,sc0.2,0.7,0,1,afcb8,7,10,0.4,tz-4,tx60,fl"); 50 m.SendCommand("sc0.2,0.7,0,1,afcb3,6,10,0.4,tx-8,afcb3,6,10,0.4,tx4,ty10,tx60,fl,sc1,1,1,1,afcb3,6,10,0.4,rx-30,ty10,tx60,fl"); 51 52 m.SendCommand("sc1,1,1,1,scb0,0,0,1,aq8,1,sx0.25,tx-3,sc1,0,0,1,scb0,0,0,1,aq8,1,tx4,sz50,sx0.3,tz-200,mx,as10,12,8,1,1,ty60,fl"); 53 54 m.SendCommand("sc1,.5,0,1"); 55 m.SendCommand("afcb5,1,3,0.6,fl,sc1,1,1,1,afcb1,5,3,0.6,tz-1,irb"); 56 m.SendCommand("sc1,.5,0,1"); 57 m.SendCommand("afcb3,6,7,.4,t0,0,7,sc1,1,1,1,afcb3,4,4,.4,t4,0,-4,mx,fl"); 58 m.SendCommand("sc1,.5,0,1"); 59 m.SendCommand("afcb3,6,5,.4,sc1,1,1,1,afcb2,3,9,.4,fl"); 60 m.SendCommand("scb1,1,1,1,ac4,15,.2,.6,1,1,tz-2,ac4,15,.2,.6,1,1,rx90,t0,-2,-7,fl"); 61 62 m.SendCommand("sc0,1,1,scb0,0,0,1,ac5,15,0,1.5,0,1,ac7,35,1.1,4,0,1,rx90,t-3,0,27,mx"); 41 63 42 64 new ParticleSystem(); -
trunk/orbital/particlesystem.h
r1287 r1296 18 18 { 19 19 m_mesh.SendCommand("sc.8,.8,.8,1,acg8,2,5,5,1.5,1.5,.1,0,rx15"); 20 m_mesh.SendCommand("t0, 0,-30,fl");20 m_mesh.SendCommand("t0,-100,-30,fl"); 21 21 22 22 for (int i = 0; i < 200; i++)
Note: See TracChangeset
for help on using the changeset viewer.