Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. class Porte_Droite
  2. {
  3. type="rotation";
  4. source="UserPorte";
  5. selection="ta_selection";
  6. axis="ton_axis";
  7. memory=1;
  8. minValue="0";
  9. maxValue="1";
  10. angle0=0;
  11. angle1="rad 360";
  12. };
  13.  
  14. class Porte_Gauche
  15. {
  16. type="rotation";
  17. source="User";
  18. selection="ta_selection";
  19. axis="ton_axis";
  20. memory=1;
  21. minValue="0";
  22. maxValue="1";
  23. angle0=0;
  24. angle1="rad 360";
  25. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement