|
From: Dair G. <da...@re...> - 2004-08-03 22:22:08
|
James W. Walker wrote: >I notice that the rasterize test in Geom Test is a polygon drawn in=20 >clockwise order, yet it gets dimmer if the orientation style is=20 >clockwise. What's up with that? The rasterise transform just affects the camera projection, so the geometry passing through it will be affected by orientation/illumination/lighting/etc unless it's submitted in a group that enforces a particular state. We don't include a fixed orientation style in the test geometry used for that case, so I guess either the polygon order isn't really clockwise or the normals we're generating for those polygons are pointing the wrong way? -dair ___________________________________________________ mailto:dair+refnum.com http://www.refnum.com/ |