How to texture surface

Started by
1 comment, last by Confused 23 years, 9 months ago
I am wondering how to texture my lanscape (Worms-style). I have a white background with black terrain. It is a 800*600 surface called ''lanscape'' I also have a 64*64 surface called ''texture'' I tried to use a nested for loop to fill landscape with texture... I know I could use color keys but I''m not sure how... Help!!!
-------------cOnfuSed
Advertisement
What isn''t working here? Are you seeing anything on the screen or are you just having problems orienting everything?
~S''Greth

quote:Original post by Confused

I am wondering how to texture my lanscape (Worms-style).
I have a white background with black terrain.
It is a 800*600 surface called ''lanscape''
I also have a 64*64 surface called ''texture''

I tried to use a nested for loop to fill landscape with
texture...

I know I could use color keys but I''m not sure how...
Help!!!




Got Code?
"The difference between insanity and genius is measured only by success."~Bruce Feirstein
well, you''d texture map just like you''d texture map in 3d. I don''t know of any off the top of my head, but I''m sure there are tutorials around about this topic.

JoeMont001@aol.com | www.polarisoft.n3.net
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911

This topic is closed to new replies.

Advertisement