Transformed and lit verticies

Started by
3 comments, last by tj963 22 years, 5 months ago
Hi, Is it possible to combine 3d verticies and rhw verticies in the same scene? (I don''t think those are the proper names) And if it is, how do you set the World matrix to get the 3d objects where you want them in relation to the rhw verticies? Thanks, tj963
tj963
Advertisement
re: Is it possible to combine 3d verticies and rhw verticies in the same scene?

Yes its possible, that's what I did when I was testing my transformation and lighting pipeline.

re: And if it is, how do you set the World matrix to get the 3d objects where you want them in relation to the rhw verticies?

In my case I used the same world matrix for both. It depends on what you want to do?

Edited by - Abstract Thought on November 16, 2001 7:09:36 AM
Only by art can we get outside ourselves; instead of seeing only one world, our own, we see it under multiple forms.

#include

#include
  #include <iostream.h>  

This topic is closed to new replies.

Advertisement