Wpf multiple cameras
Posted
by melculetz
on Stack Overflow
See other posts from Stack Overflow
or by melculetz
Published on 2010-05-23T07:49:18Z
Indexed on
2010/05/23
7:50 UTC
Read the original article
Hit count: 897
Hello everybody,
I wanted to create an WPF 3D application that allows the user to load a MeshGeometry3D and view it from 2 perspective (back and front) in the same time, in 2 different windows.
First I thought of creating 2 cameras inside the same viewport, but it seams that the Viewport3D class allows a single camera.
Then I tried to create 2 viewports, each with a different camera position, but I cannot add the same object in both viewports.
Is there any way of seeing the same object through 2 different cameras in the same time?
© Stack Overflow or respective owner