|
I'm not a graphics person, but I think the answer to all three questions is yes.
OpenGL is the software interface supported for our graphics. See
http://www.workstation.digital.com/products/opengl/openglpg.html
If the AS500/400 is a new sale, I recommend that you sell Personal Workstation
433a or 500a instead. It has better performance at a better price.
|
| Yes, and Yes.
In fact, the 4D50T and 4D60T can rasterize over 1M triangles/sec.
The frame buffer is indeed dynamically configurable, with some
restrictions -- in general you should NOT be running an 3D graphics
applications when you reconfigure it.
Windows NT supports OpenGL for 3D graphics rendering -- it can
rasterize triangles, quadrilaterals, and convex polygons (but note
that converting any quadrilateral or convex polygon to a series of
triangles is a fairly trivial exercize). It does not handle concave
or self-intersecting polygons, but there are utility libraries
available that do.
George
|