Donate Share

Mandragora World Engine

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

Object Members in Map Rendering

You are viewing a single message from this topic. View all messages.

  1. 2006-09-05 11:33:06 UTC
    It should be rendered, if its a composite object like an automobile, so that parts of it don't go missing
    that depends again on how objects are represented, say u want to arrange an object as a combination of meshes.
    Again rendering is an expensive process, zbuffer eliminates unnecessary rendering at a lower level(primitives)
    but it would be nice to develop a visibility determination test to pass visible/part visible objects to the
    renderer.

    On the other hand world can be an object, and rendering the world need not mean rendering every object in it,
    it should be decided bases on the visibility of contained objects formed by occlusion and cull faces.
< Previous | 1 | Next >

Add a Reply

You can use Markdown syntax in your reply.

Preview

Monitor this

Log in to monitor this topic. Not registered? Create an account to receive email updates when replies are posted to this topic. If you do not log in or register, your reply will be added anonymously.