custom clip plane problem

Started by
1 comment, last by AxeMan13 21 years, 2 months ago
Has anyone had any problems with SetRenderState( D3DRS_CLIPPLANEENABLE, D3DCLIPPLANE0 )? It works fine on my ATI 9700pro, but doesn''t seem to have any affect on my GF4 4200. I have updated my NVIDIA drivers but didn''t make any difference. Is there something else that needs to explicitly enable custom clipping? I can''t find much out there on the net. Thanks in advance! (this is dx9 btw).
Advertisement
I don''t have a 4200 available to test at the moment, but have you checked the device caps ?, in particular MaxUserClipPlanes...

...the older GeForce chips return 0.

--
Simon O''Connor
Creative Asylum Ltd
www.creative-asylum.com

Simon O'Connor | Technical Director (Newcastle) Lockwood Publishing | LinkedIn | Personal site

Yep! That was it! I never would have guessed that the GF4 series doesn''t support custom clip planes.

Thanks.

This topic is closed to new replies.

Advertisement