home *** CD-ROM | disk | FTP | other *** search
/ Demon Gate Mega Collection / DemonGateMegaCollection.bin / text / texture.txt < prev    next >
Text File  |  1995-03-29  |  937b  |  31 lines

  1. This is how DETH deals with X Texture Alignment:
  2.  
  3.    1      2      3      4        Selection Order
  4. x----->x----->x----->x----->
  5.   1st    1st    1st    1st       SideDef DETH is going to align to
  6.  
  7.    4      3      2      1    
  8. x----->x----->x----->x----->
  9.   2nd    2nd    2nd    2nd  
  10.  
  11.    1      2       3     4  
  12. x----->x----->x<-----x----->
  13.   1st    1st     2nd   1st
  14.  
  15.    4      3      2      1  
  16. x<-----x----->x<-----x----->
  17.   1st    2nd    1st    2nd
  18.  
  19.  
  20. So as you can see, DETH works out which SideDef it has to work on, no need 
  21. for separate menu options.
  22.  
  23. The general rule to remember is that DETH will always align the SideDef to the
  24. right of the selection order.
  25.  
  26. Alignment is texture based and will check for different textures, you can also
  27. input an initial offset.
  28.  
  29. It also works if the sidedef doesn't have any textures, and will also align on 
  30. the Upper and Lower textures. - so no more barfing!
  31.