Results 1 to 4 of 4

Thread: Sky problem

  1. #1
    Senior Member
    Join Date
    Nov 2007
    Posts
    2,571

    Sky problem

    So I've been working on this new sky of mine, and it works fine. The only problem I've been having with it is some rendering issue. Basically, there's two things that go around the entire level in the sky. Theres the clouds from Timberland, and then there's the mountains used in CMT Tensity. For some reason, the Mountains always draw first rather then the clouds, which make it look quite bad. The actual model of the sky has the clouds first before the mountains, so im really not sure why its not rendering correctly, other then that it might be a shader problem.

    Here's a pic of what I mean.


    Help's appreciated.

  2. #2
    Codesaurus Skarma's Avatar
    Join Date
    Apr 2009
    Location
    Columbus, OH
    Posts
    227

    Re: Sky problem

    The frame buffer is cleared and the sky box is always rendered before any other visible faces in the bsp(back to front). The cause of the problem is probably not in the renending process, but most likely how the bsp was built. I'm no expert though, I've never even made a map before since I only program, I'm sure someone else has had this problem before that can help.

  3. #3
    Chris chrisk123999's Avatar
    Join Date
    May 2009
    Location
    Florida, USA
    Posts
    646

    Re: Sky problem

    I'm pretty sure that is the skybox model and not the BSP. Check your post on halomaps, I think someone solved it there.

  4. #4
    Senior Member
    Join Date
    Nov 2007
    Posts
    2,571

    Re: Sky problem

    I fixed it, thanks anyway guys.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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