Talk:TraceLine: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
(Sure...)
Line 1: Line 1:
I've been wondering if it would be possible to do something like 'move view 2 units across the surface you are looking at'. Could you do this with the plane/surface data returned?
I've been wondering if it would be possible to do something like 'move view 2 units across the surface you are looking at'. Could you do this with the plane/surface data returned?
== Sure... ==
That's simple vector math, just rotate the normal to be flush with the wall...

Revision as of 08:49, 3 July 2005

I've been wondering if it would be possible to do something like 'move view 2 units across the surface you are looking at'. Could you do this with the plane/surface data returned?

Sure...

That's simple vector math, just rotate the normal to be flush with the wall...