Results 1 to 6 of 6

Thread: DX 3d Question

  1. #1
    NOMADMAN
    Guest

    DX 3d Question

    Does Directx render everything in view or everything its told (by code). Like if you have and entire level in memory and place a 'camera' in the center looking across the plane in one direction will it render just the screen or everything, including stuff not seen by the user?

    NOMAD

  2. #2
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    It will process everything...
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  3. #3
    Zaei
    Guest
    Yep. That is why it takes more then a month to get something nifty up an running =).

    Z.

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Some hardware filters out things that are not seen, but not DX.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  5. #5
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    well there is a way to do that in DX8. It something like SphereVisibility or some similar name.
    It will tell you if an object is visible or not.
    Sanity is a full time job

    Puh das war harter Stoff!

  6. #6
    Zaei
    Guest
    You still have to manually decide whether or not to draw. Its not an automatic thing done by the T&L engine.

    Z.

Posting Permissions

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



Click Here to Expand Forum to Full Width