View Single Post
  #1  
Old 10-10-2010, 05:56 PM
vOliver vOliver is offline
Member
 
Join Date: Sep 2010
Posts: 6
Graphics optimization

I'm trying to optimize a scene so that we can get even framerates on the HMD. I was wondering what options are available in vizard. If this was OpenGL I would turn on backface culling, use display lists for all my models etc. Are those options turned on be default? Any help would be appreciated.

I think my shaders might also be slowing things down considerably even though they are just diffuse shaders. I tried turning my shaders off and a lot of textures seem to be rendering to completely black now when viewed at the wrong angle. Is that a common problem? IE with my simple shader using
fragColor = texture2D(tex, texCoord.st)
i get fine looking textures and with vizard default some show up completely black. Maybe this has something to do with lighting settings?

Thanks for any help
Reply With Quote