PT I1=ev.point_api.point(0.0,0.0,0.0);
P I2=ev.polygon_api.sphere(I1,30,30,30);
PT I3=ev.point_api.point(0.0,0.0,0.0);
O I4=ev.volume_api.o_sphere(I3,100.0);
PTS I5=ev.volume_api.instanced_positions(I4,30,30,30,-300.0,300.0,-300.0,300.0,-300.0,300.0);
PTS I6=ev.points_api.scale(I5,5,5,5);
MT I7=ev.materials_api.m_def(ev);
MT I8=ev.materials_api.snow(ev,I7,ffaaaaaa,ffeeeeee,ffffffff,0.5);
ML I9=ev.materials_api.bind_inst(I2,I6,I8);
MN I10=ev.move_api.mn_empty();
MN I11=ev.move_api.rotate(I10,0,1000,0,0,0,0,1,0,-62);
ML I12=ev.move_api.move_ml(ev,I9,I11,1,10.0);
