Does MetaCard support 2D or 3D graphics?
2-d vector (object) graphic capabilities similar to what is available in SuperCard and ToolBook are included in MetaCard. The property names are the same as those used in SuperCard where possible. For example, you can set the points property of a polygon style graphic to dynamically change the way it looks. See the demo stacks for examples using the graphic object. You can also import EPS graphics on systems that support the DPS X server extension (RS/6000, SPARCSVR4, Alpha). No support for 3D graphics is provided, but can easily be added using externals. See the external tutorial in the MetaCard Tutorials stack for and example of how to draw into MetaCard windows from external C functions.