|
-
Jan 28th, 2002, 01:27 AM
#1
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
-
Jan 28th, 2002, 06:22 AM
#2
Fanatic Member
It will process everything...
Teaudirenopossum.Musasapientumfixaestinaure.
(I can't hear you. There's a banana in my ear)
-
Jan 28th, 2002, 10:09 AM
#3
Yep. That is why it takes more then a month to get something nifty up an running =).
Z.
-
Jan 29th, 2002, 09:52 AM
#4
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.
-
Jan 29th, 2002, 04:25 PM
#5
Frenzied Member
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!
-
Jan 29th, 2002, 05:27 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|