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 9 of 9

Thread: Halo eviroment effect

  1. #1
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Italy
    Posts
    45

    Halo eviroment effect

    Anyone have an idea how to make the enviroment object as sky and cloud like halo?

  2. #2
    Junior Member Newbie
    Join Date
    Jul 2000
    Location
    Mexico City
    Posts
    20

    Re: Halo eviroment effect

    You should try creating a very big textured sphere and putting the camera inside it.
    Be careful with normals & face culling.

  3. #3
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Italy
    Posts
    45

    Re: Halo eviroment effect

    The cluod, in halo seem to be only a texture!
    You don't think

  4. #4
    Junior Member Newbie
    Join Date
    Jul 2000
    Location
    Mexico City
    Posts
    20

    Re: Halo eviroment effect

    I have only seen small QT movies of Halo,
    but the sphere trick is the most common
    in games & broascast quality 3D animation.
    Just load the cloud picture in Photoshop & offset it in X about half the resolution of the image.
    Then use the clone tool to blend the image where the discontinuity is visible,
    with this technique you can be shure that
    your sky picture will wrap around the sphere in a natural way.

  5. #5
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Vermont
    Posts
    31

    Re: Halo eviroment effect

    I've been using a sky dome for a while. It's a very nice effect (much better than just a quad for the clouds). But, my sky texture sucks, anybody know of a good source for them?

    Morgan
    A

  6. #6
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Italy
    Posts
    45

    Re: Halo eviroment effect

    I think that, on way is to get some picture of cloud(possible procedural texture) and use a quad for every cloud.
    In this way can be controlled every cloud.

  7. #7
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Vermont
    Posts
    31

    Re: Halo eviroment effect

    I don't care to control every cloud, this is too much of a waste for my project, I just want some cloud textures (preferably wrap around) that look reasonable.

    Morgan
    A

  8. #8
    Junior Member Newbie
    Join Date
    Jul 2000
    Posts
    24

    Re: Halo eviroment effect

    mipmaping will make yer sky look cool. load your texture of the sky as a mipmap and yer off.. it sort of cleans up the texture.

  9. #9
    Intern Newbie
    Join Date
    Jun 2000
    Location
    Vermont
    Posts
    31

    Re: Halo eviroment effect

    Yeah, I'm already doing that with my current sky texture, I'm just running off a 128x128 texture and have pushed my liking of it to the limits. I would like to move to a better texture, so I was wondering if anybody knew where there were any good photos of the sky or anything like that which I could use to make a better sky dome.

    Morgan
    A

Posting Permissions

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