我要对几十个原始财产进行3次估算。
我阅读了每一原子的初始位置和其他参数,我需要得出一个描述顺序的估算。 当时我需要看看所有角度,操纵肤色和甲型频道。
All in all, it narrows to WPF 3D or XNA.
I would choose WPF, because I know it and it is a way much easier to add a TextBox to the app. Yet I am afraid that WPF won t handle the animation or it would be problematic if I need to add some extra bits.
Which one is better for it? Can you point me to some examples how to manage datastructres and draw the animation? (I am new to 3d animations)
EDIT: If anyone is interested in here the code and the app http://alloysvisualisation.codeplex.com/ I use Model3DGroup to build a mode from GeometryModel3D. As a result, performance is pretty good.