c# - 简单 3d 应用程序的最简单方法

标签 c# c++ math actionscript 3d

<分区>

我的一个 friend 要了一个简单的程序。

输入:一些点、球体、平面等的坐标(来自excel文档(严格来说))

输出:用户可以移动相机的输入的 3D View 。

问题是,我怎样才能做到最简单的方法。我有 C++、C#、Flash (AS)、Java 方面的经验

最佳答案

Input: Coordinates of some points, spheres, planes etc. ( from an excel document (strictly) )

这将是您的主要问题,从 Flash 读取 excel 文档不是一件容易的事。您要么必须在服务器端脚本上处理它,并将 XML/JSON/AMF 输出到客户端,要么干脆放弃这种格式。

Output: A 3D view of the input which the user can move the camera.

使用 Papervision3D 之一可以轻松地在 Flash 中显示 3D 对象或 Away3D .

关于c# - 简单 3d 应用程序的最简单方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2284112/

相关文章:

c++ - 如何安全地实现 “Using Uninitialized Memory For Fun And Profit”?

使用 O1 优化时的 C++ 链接器错误

math - float 学坏了吗?

c# - 使用 IXmlSerializable 对象序列化对象时出现 InvalidOperationException

C# 如何设置属性网格中对象的默认值?

c++ - 更改继承顺序会产生不同的结果

c++ - 检查函数是否单调

c# - 请向我解释扩展方法

c# - 当第一个异步方法返回 true 时返回 true

ruby-on-rails - Rails 中的数学方程式编辑器