Subject:
|
Re: 3D matrix math question
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sun, 14 Dec 2008 21:29:47 GMT
|
Viewed:
|
12769 times
|
| |
| |
In lugnet.cad.dev, Michael Heidemann wrote:
|
I am not the best in 3D, but if something outside the view frustum, you do
not need to draw that. If you have the special case that only parts of what
you should draw are outside the view frustum, I would go to calculate that
values for a viewpoint far away, that all of the model is in the view frustum
and then I keep that values and do a zoom.
|
In the case that exhibits the bug, the control points are outside the frustum,
but the conditional line itself isnt. So I still need to decide whether or not
to draw the conditional line. In this case, it was being drawn at times that it
shouldnt have been.
Im going to try Tims suggestion of pulling the control points toward the
conditional line. I think that will solve the problem.
--Travis
|
|
Message is in Reply To:
| | Re: 3D matrix math question
|
| (...) I am not the best in 3D, but if something outside the view frustum, you do not need to draw that. If you have the special case that only parts of what you should draw are outside the view frustum, I would go to calculate that values for a (...) (16 years ago, 14-Dec-08, to lugnet.cad.dev, FTX)
|
39 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|