x


sterioscopic support unity, use of 3d capable hmd with inertia cube3

hello, I am working on a vr project, and was wondering if unity supports 3d stereoscopic view. I read some forums which about it but they where posted a year ago, how is the statuesque of stereo view now?

Also I am planning to use innertiacube 3, is it possible to integrate it as a head movement tracer in unity? Are there plugging present ?

Best of regards, F

more ▼

asked Jan 23 '11 at 11:10 AM

Freerk Wieringa gravatar image

Freerk Wieringa
1 2 2 2

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Stereoscopic vision is still beyond what Unity does by default. There's a wish for it over at Unity feedback, currently ranked as 23rd, but no word on any planned implementation yet. As you say, there are people who have done it using render textures, and that's still what's needed to get it done. Google is probably more helpful than I am on different implementations regarding this. This means you need Unity Pro to do it however, so experiment with the 30 day trial first if you do not already have Pro.

About InertiaCube, Unity does not use plugins as such. It does however import any managed DLLs you put in your Assets folder, so if the InertiaCube SDK has a managed DLL you could drop that into your Assets folder and use C# or javascript for interfacing with the sensor. If it only has native calls, you could write a managed DLL wrapper yourself using P/Invoke.

more ▼

answered Jan 23 '11 at 11:35 AM

johan-skold gravatar image

johan-skold
384 2 4 15

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x26
x21
x2
x1

asked: Jan 23 '11 at 11:10 AM

Seen: 1012 times

Last Updated: Jul 18 '11 at 09:24 PM