Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Need Texture Mapping Help

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2005
    Location
    Germany, Baden
    Posts
    2

    Need Texture Mapping Help

    I've got a problem with Texturemapping.
    What I want to do:
    I'am rendering a Terrain using RAW images.
    No I want to Texture this Terrain.

    My SurfaceImage has a size of 1024*1024.
    It's the same size like my Terrain.

    Does any one here knows how to manage this?
    Thx

  2. #2
    Junior Member Regular Contributor
    Join Date
    Oct 2004
    Posts
    153

    Re: Need Texture Mapping Help

    you have a height map generated terrain? use glTexGen to gerate the texcoords automatically.

    Tutorials: nehe.gamedev.net - everything you need

    I think this topic would better match to OpenGLcoding:beginners

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •