English 中文(简体)
Why and when should you use hoops 3d graphics? [closed]
原标题:

My company needs 3D visualization for our commercial applications (CAD, mesh manipulation, computational geometry). We are tired of true vision 3D (tv3d), which we ve been using for years (poor support, compatibility problems).

Our manager wants to use hoops 3d from tech soft 3D for software development. While I have no experience of it, my prejudices are:

  1. Overpriced
  2. Relatively few users - poor support
  3. Old and outdated

Am I wrong about Hoops 3d? What is your experience? Is Hoops useful? Advantages? Disadvantages?

最佳回答

Several years ago I was involved in a project that used HOOPs. The company didn t want to pay royalties any more and wasn t very convinced that HOOPs was the right product for them so I ported all the HOOPs functionality they used over to OpenGL. I have summarised my experience of this below but you will have to determine what is relevant for your projects.

Disadvantages/costs for that project:

  • Needed to write object picking (HOOPs supplied that)
  • Needed to write virtual trackball (HOOPs supplied that) [although sample code to do this is freely available]
  • Had to move some data storage from HOOPs over to our own data structures

Advantages for that project:

  • Able to use features of OpenGL such as transparency (although surely HOOPs has that by now?)
  • Lots of resources to find help with OpenGL
  • Better performance (for our case - I don t know if this is still true as it seems HOOPs uses OpenGL/DirectX underneath now)
  • Better support for consumer-priced graphics cards & laptops
  • More flexibility to go beyond what HOOPs thinks you should need to do

The big wins were the resources to find help and greater flexibility.

问题回答

暂无回答




相关问题
3D Engine for Driving Simulation [closed]

Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or something more ...

How to rotate 3d object on Z axis only?

We used 3DTools (http://3dtools.codeplex.com) to draw a 3d line, it allows user rotate it by mouse. I have question, how to limit user can rotate it on Z axis only? or on X axis, Y axis only? <...

WPF 3d rotation animations

I have a few 3d rectangles on my screen that I want to pivot around the Y axis. I want to press down with the mouse, and rotate the 3d object to a max rotation, but when the user moves their mouse, ...

Java - Zoom / 3D Data Visualization Libraries

What are the best libraries/frameworks for doing 3D and/or Zoom interfaces in Java? I d like to be able to do some prototyping of creating new types of interfaces for navigating within data and ...

Using Unreal 3 Engine within a .NET application

Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking about utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D window into a .NET (WPF ...

WPF convert 2d mouse click into 3d space

I have several geometry meshes in my Viewport3D, these have bounds of (w:1800, h:500, d:25). When a user clicks in the middle of the mesh, I want the Point3D of (900, 500, 25)... How can I achieve ...

热门标签