Difference between revisions of "X-Files: CEGUI Case"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
m (Robot: Cosmetic changes) |
|||
(One intermediate revision by one other user not shown) | |||
Line 3: | Line 3: | ||
== Texture and imageset == | == Texture and imageset == | ||
* All textures must be squares and have a size power of two. Valide texture size pixel includes 128x128, 256x256, etc. If you are not using such size your texture will be scaled automatically. CEGUI does not take in account this automatic scaling so take care when you're using StaticImage widget. | * All textures must be squares and have a size power of two. Valide texture size pixel includes 128x128, 256x256, etc. If you are not using such size your texture will be scaled automatically. CEGUI does not take in account this automatic scaling so take care when you're using StaticImage widget. | ||
+ | |||
+ | [[Category:Manuals]] |
Latest revision as of 17:28, 4 March 2011
This page list some points that seams unlikely to the CEGUI new comer. Feel free to add points to this page. All things you find unnatural in the use of CEGUI are welcomed on this page.
Texture and imageset
- All textures must be squares and have a size power of two. Valide texture size pixel includes 128x128, 256x256, etc. If you are not using such size your texture will be scaled automatically. CEGUI does not take in account this automatic scaling so take care when you're using StaticImage widget.