View Single Post
  #2  
Unread 02-03-2005, 09:18 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

UI items higher up in the code are on top. Containers are rendered below their sub-components. For example the folowwing object tree...

PageA
|-ObjectA1
|-ObjectA2
|-PageB
| |-ObjectB1
| L-ObjectB2
L-ObjectA3
PageC

Would render..
PageC on the bottom.
PageA next
ObjectA3
PageB
ObjectB2
ObjectB1
ObjectA2
ObjectA1

As far as DDS guides go, only ones I know of are on the INVIDIA site. Not much to know really, the save dialog box tells you all you need to know about the various formats.

More bits = better qaulity and larger file size.

MIPs are smaller versions of the original image included in the file to speed render times when the image is shrunk. The trade off is larger file sizes, which eats up RAM.

JPEG compression sacrifices image quality for smaller file sizes.
Reply With Quote