Re: flickering skybox (newb question)
- From: "Cyril Dex" <MugoveKangai@xxxxxxxxx>
- Date: 7 Nov 2005 10:17:20 -0800
I'm suspecting in the IsDeviceAcceptable method, you have a call like:
if(caps.MaxActiveLights == 0) {
return false;
}
..
If you do, then take it out of that method, and I believe it should
improve performance. This is because this chooses a device which does
not render to well.
.
- References:
- flickering skybox (newb question)
- From: Aaron Lovi
- flickering skybox (newb question)
- Prev by Date: Hosting DirectX plugin in managed vs unmanaged code
- Next by Date: Re: Applying Texture Mapping to a Mesh.Sphere
- Previous by thread: flickering skybox (newb question)
- Next by thread: Re: flickering skybox (newb question)
- Index(es):