Samvel Siradeghyan
Samvel Siradeghyan

Reputation: 3583

Using 3D photos in silverlight?

I want use photos captured by 3D cameras in Silverlight 3 or 4.
I want use that photos like in maps.google.com. Is it possible to do with silverlight and if yes is there any book, tutorial, video or anything alse, from which I can learn how to use tham.
Thanks.

Upvotes: 1

Views: 181

Answers (3)

Samvel Siradeghyan
Samvel Siradeghyan

Reputation: 3583

It can be done with panoramic images.
Here is example for cylindric images.

Upvotes: 0

Rene Schulte
Rene Schulte

Reputation: 2962

Check this demo out. It comes with full source code: http://www.evanjohnston.com/post/Silverlight-4-Webcams-to-the-3rd-Dimension.aspx

They use two webcams and red- and green-filter pixel shaders to separate the streams. Of course the same can be used for static images.

Upvotes: 1

AnthonyWJones
AnthonyWJones

Reputation: 189457

It is possible to convert a stereoscopic images to an Anaglyph in Silverlight.

Have a watch of this video from Mix10 Moving at 60fps. You want to be 55 minutes into the video (its mainly about video but the principles are the same).

Unfortunately Eric doesn't provide any access to the pixel shader in question.

Upvotes: 1

Related Questions