Screen coordinates

Started by
1 comment, last by pradee 16 years, 5 months ago
hi how to get screen coordinates from world coordinates using d3drm. i am having an old code in d3drm in which i have to modify some function. here i have to get screen coordinates from world. how to do this using d3drm. pls help me
Advertisement
I'm not at all familiar with how retained mode works, but normally screen coordinates are calculated by transforming the world space position by both the view matrix and the projection matrix.
yes but i dont know how to get view and world matrices using d3drm

This topic is closed to new replies.

Advertisement