View Single Post
  #6  
Old 07-28-2011, 10:04 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
There is a limit to how many textures you can apply to an object in OpenGL using the fixed-function pipeline. It looks like the limit is 8 in your drivers. If you need to use more, then you will have to write a custom fragment shader that computes the effect of all the projectors on each pixel.
Reply With Quote