Is there any way to enable the HiDef graphics profile property on a Silverlight 5 3d Web App?

Posted by Daniel on Game Development See other posts from Game Development or by Daniel
Published on 2012-11-27T07:38:28Z Indexed on 2012/11/27 11:24 UTC
Read the original article Hit count: 267

Filed under:
|

I have an XNA Windows Game that uses the HiDef profile to load complex fbx and obj files. Trying to move it over to a Silverlight 3d Web App, Silverlight seems to only want to use the Reach profile, and I get an error that the Reach profile does not support a sufficient number of primitive draws per call. Is there any way to change to HiDef in Silverlight 5? It is not in the project properties and attempting to change it in mainpage.xaml.cs only gives me the option of setting it to Reach.

© Game Development or respective owner

Related posts about XNA

Related posts about Silverlight