1 / 8

Game Programming Step-11

Game Programming Step-11. Learn How to Change prepare matrix texture into the game. http://www.prasansoft.com. Purpose Step 11. Learn to Change prepare matrix texture into the game. http://www.prasansoft.com. Prepare images for Step-11. http://www.prasansoft.com.

Télécharger la présentation

Game Programming Step-11

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Game Programming Step-11 Learn How to Change prepare matrix texture into the game. http://www.prasansoft.com

  2. PurposeStep 11 • Learn to Change prepare matrix texture into the game. http://www.prasansoft.com

  3. Prepare images for Step-11 http://www.prasansoft.com

  4. Keep Texture into Folder Bulider Game http://www.prasansoft.com

  5. Write Command line 5,20 http://www.prasansoft.com

  6. LOAD IMAGE This command will load a picture file as an image. The picture file must be of the BMP, JPG, TGA, DDS, DIB or PNG format. • Syntax • LOAD IMAGE Filename, Image Number • LOAD IMAGE Filename, Image Number, Texture Flag • Example • LOAD IMAGE "ROCK2.JPG",1 http://www.prasansoft.com

  7. PREPARE MATRIX TEXTURE This command will select an image of tiled textures that the matrix will eventually use. • Syntax • PREPARE MATRIX TEXTURE Matrix Number, Image Number, Across, Down • Example • PREPARE MATRIX TEXTURE 1,1,1,1 http://www.prasansoft.com

  8. Result Step-11 http://www.prasansoft.com

More Related