This is a migrated thread and some comments may be shown as answers.

Can we render 3d scene within a RadWindow

2 Answers 44 Views
Window
This is a migrated thread and some comments may be shown as answers.
Renien
Top achievements
Rank 1
Renien asked on 13 May 2013, 01:52 AM
I am trying to render a 3d scene inside a RadWindow. But the draw event of the DrawingSurface is not getting called. where as the same code inside an usercontrol works. So Is it a bug in RadWindow that we cannot render 3d scene within a RadWindow?

2 Answers, 1 is accepted

Sort by
0
Miroslav Nedyalkov
Telerik team
answered on 16 May 2013, 08:26 AM
Hello Renien,

The RadWindow control is displayed in a Popup control to make sure it is over the rest of the application, but it seems that the Popup control work very well with 3D content inside it. I searched the MS forums and found this forдаum thread which suggests a work-around for this limitation. You could try it and check if it helps.

Kind regards,
Miroslav Nedyalkov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Renien
Top achievements
Rank 1
answered on 17 May 2013, 03:30 PM
Hi,

Thanks for your guide and help. But the solution link that you gave me seem to be for window mobile phone.The key point here is before opening the pop content they are disabling GPU  acceleration for mobile. But in run time I wont be able to disable and enable GPU  acceleration for computer. 

Normally if the GPU acceleration is disabled it won't trigger draw event of DrawingSurface . But while my silver light application starts it enables GPU  acceleration for computer.

Tags
Window
Asked by
Renien
Top achievements
Rank 1
Answers by
Miroslav Nedyalkov
Telerik team
Renien
Top achievements
Rank 1
Share this question
or