For an augmented reality project I want to display a high resolution live camera feed. Then in front of this I want to display a model than can be manipulated (translate, stretch, etc) in real time.

I was going to use OpenSceneGraph but realized it will be a lot of work to get the manipulations working. So I would prefer a more high level solution.

Could anyone recommend a game engine from their experience that would support the above features? Or else a way to interface with a CAD app to achieve this?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You should take a look at this project Goblin XNA. This is open source project uses XNA and augemented reality.

They have developed serverl demo apps with the Goblin framework. Its promising. You can download the code from this CodePlex link.

link|improve this answer
feedback

Try using FLARToolkit with PaperVision3D. You have methods to translate, scale, roll, pitch & yaw

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.