Windows Vista Beta | WinVistaBeta.com - Message | WPF 3D Object Moving

September 07, 2008  
Subject: WPF 3D Object Moving
Group: microsoft.public.windows.developer.winfx.avalon
Date: 5/14/2008 6:16:32 PM
From: despird [Email Address Protection]

Since tranformations don't change the real positions of geometry3d
objects, what if I wanna do so? I got an 3d object with combination of
a translationtransform and a rotationtransform , both of which will be
animated using animation objects. but what I really want is the object
DOES move while transforming, ie. the Positions property changed
really.

Back