11-12-2002, 05:33 AM
All the time I'm working with different spaces but I'm not sure about their namings. So I'd be glad if someone could tell me if I'm "right".
When I define vertex3f is it being defined in (Model space?), if it is then after Modelview matrix it should be transformed in view space (or not?) and finaly after multiplication with Projection matrix it transforms to (eye space??); I guess I'm wrong :-(
Only two multiplications occours but there are: tangent, eye, ?clip?, view, model spaces why so? In which space light calculations happens (before any matrix multiplication)? It seems bit confusing for me 8~(
When I define vertex3f is it being defined in (Model space?), if it is then after Modelview matrix it should be transformed in view space (or not?) and finaly after multiplication with Projection matrix it transforms to (eye space??); I guess I'm wrong :-(
Only two multiplications occours but there are: tangent, eye, ?clip?, view, model spaces why so? In which space light calculations happens (before any matrix multiplication)? It seems bit confusing for me 8~(