Hui
unread,Oct 12, 2011, 1:30:48 PM10/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to slimdx-devel
Hi, guys,
I found this email group, and maybe it's the place to ask some
questions. I used SlimDX on my project and it works great until these
days I was stuck with DX9.Mesh.TessellateNPatch function, which always
throw D3DERR_INVALIDCALL exception. Any idea about this? My call is
relative simple like below. The mesh should be fine because I can draw
the mesh without issue.
Mesh^ amesh = Mesh::TessellateNPatches(nmesh, 1.0, false);
I still use March release. Any help is great appreciated.
Thanks,
Hui