Thread: Texture problems

  1. #1
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607

    Texture problems

    In my texture you can clearly see the 'grid' the textures are on. How do I create a seamless texture that does not have this repetitive pattern in it?

    The whole idea of my engine is for the tile's grid to be somewhat transparent to the player.

    This is an example from my tile engine I'm still working on.

  2. #2
    Make several different grass textures, and make either the map editor randomly pick the grass textures, or make the game pick them at run time.

  3. #3
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    Don't know if this will be of any use for you but have a look at image tiling without seams.

    BTW, Paul Bourke's site is full of really interesting stuff (if you don't already know of it):

    http://astronomy.swin.edu.au/~pbourke/
    CProgramming FAQ
    Caution: this person may be a carrier of the misinformation virus.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. d3d9 c++ texture wrapper... again...
    By yaya in forum Game Programming
    Replies: 0
    Last Post: 04-01-2009, 01:08 PM
  2. D3d Texture Wrapper == ARRRGGGGHHH
    By yaya in forum Game Programming
    Replies: 1
    Last Post: 03-25-2009, 06:41 PM
  3. Replies: 4
    Last Post: 02-27-2008, 03:10 PM
  4. OpenGL - look trough surface -nehe lesson
    By GanglyLamb in forum Game Programming
    Replies: 8
    Last Post: 08-24-2006, 11:06 PM
  5. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM