问题描述
我有一个我正在使用的WPF应用程序
这个工具用于在Wpf中微调我的3D视口
就像这样
< 3DT:TrackballDecorator>
< ViewPort3D>
//我有一个 3D立方体与光&相机
< / ViewPort3D>
< / 3dt:TrackballDecorator>
现在当i 按住鼠标左键我可以在我的立方体周围旋转。
我想使用kinect来做到这一点。我可以通过Kinect Region& amp;这样做
例如:
< k:KinectRegion>
< 3dt: TrackballDecorator>
< ViewPort3D>
//我有一个带灯光& ;;的3D立方体相机
< / ViewPort3D>
< / 3dt:TrackballDecorator>
< / k:KinectRegion>
感谢您的所有时间&建议。我愿意接受任何建议。
bina
I have a WPF app I am using
this tool to minipulate my 3D Viewport in Wpf
Its like this
<3dt:TrackballDecorator><ViewPort3D>
// i have a 3D cube with light & camera
</ViewPort3D>
</3dt:TrackballDecorator>
now when i hold my mouse left button down I can rotate all around my cube.
I want to use kinect to be able to do that. Can I wtrap it some how with Kinect Region & do it
For Example:
<k:KinectRegion>
<3dt:TrackballDecorator>
<ViewPort3D>
// i have a 3D cube with light & camera
</ViewPort3D>
</3dt:TrackballDecorator>
</k:KinectRegion>
Thanks for all your time & suggestions. I am open to any suggestions.
bina
这篇关于如何在WPf的Viewport3D周围包裹kinect区域?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!