Importing Textures
From Computing and Software Wiki
(Difference between revisions)
(New page: '''IMPORTANT''' <br>THE IMPORTING TEXTURE MUST BE IN [http://filext.com/file-extension/TGA TGA] FORMAT <br>HEIGHT AND WIDTH OF THE TEXTURE MUST BE POWER OF 2 (example: 2, 4, 8, 32, 64, 12...) |
|||
Line 15: | Line 15: | ||
*pic | *pic | ||
Texture import into "..\C4\Data" | Texture import into "..\C4\Data" | ||
+ | <br> | ||
+ | <br>Return to [http://www.cas.mcmaster.ca/wiki/index.php/RCaragogo RCaragogo] |
Revision as of 04:30, 18 March 2008
IMPORTANT
THE IMPORTING TEXTURE MUST BE IN TGA FORMAT
HEIGHT AND WIDTH OF THE TEXTURE MUST BE POWER OF 2 (example: 2, 4, 8, 32, 64, 128, 256, 512...)
Put your importing texture under folder "..\C4\Import"
Start C4. Select Tool Import Texture
- pic
Import Texture window is displayed
- pic
Select the texture you want to import and click OK. Another window is displayed.
- pic
Check Flip image vertically, because after texture imported, the texture is upside down
- pic
Texture import into "..\C4\Data"
Return to RCaragogo