Advertisement
Guest User

Untitled

a guest
May 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.65 KB | None | 0 0
  1. 12:00
  2.  
  3. exemplu daca trebuie un path de la doua etaje diferite:
  4.    
  5.     <floor number="1"> //seria de puncte de la etajul 1
  6.         <room>
  7.             <type name="path">
  8.                 <x1> 0</x1>
  9.                 <y1> 0 </y1>
  10.                 <x2> 5 </x2>
  11.                 <y2> 0 </y2>
  12.             </type>
  13.             <type name="path">
  14.                 <x1> 0</x1>
  15.                 <y1> 0 </y1>
  16.                 <x2> 5 </x2>
  17.                 <y2> 0 </y2>
  18.             </type>
  19.            
  20.         </room>
  21.     </floor>
  22.     <floor number="2">//seria de puncte de la etaj 2
  23.         <room>
  24.             <type name="path">
  25.                 <x1> 0</x1>
  26.                 <y1> 0 </y1>
  27.                 <x2> 5 </x2>
  28.                 <y2> 0 </y2>
  29.             </type>
  30.             <type name="path">
  31.                 <x1> 0</x1>
  32.                 <y1> 0 </y1>
  33.                 <x2> 5 </x2>
  34.                 <y2> 0 </y2>
  35.             </type>
  36.            
  37.         </room>
  38.     </floor>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement