Place a control inside 3D object wpf -
there several tutorials show how create 3d objects such thisintroduction wpf 3d
. create 3d objects in other applications , import them expression blend.
if 3d object cube example how place user control in 1 of faces of cube? when imported 3d object application expression blend created viewport control. wondering if possible place control inside object such button. have tried placing button inside viewport , not work. possible place user control inside 3d object?
you can use viewport2dvisual3d
class.
class allows live interactive 2d content directly mapped 3d surface.
you should break mesh have separate mesh each face use viewport2dvisual3d
each face , add control face.
Comments
Post a Comment