PC and Mac 3DMF Software
Create and Edit 3DMF 3D objects on Windows and Macintosh.


(QuickTime Recommended)

Stereogram Software
Click here to learn more about using 3dMaker for creating Stereograms.

About 3DMF 3d objects for 
Windows and Macintosh:

The digital representation of 3D or 3DMF geometries (that is, finding suitable data structures with which to maintain spatial data) through software can be challenging, to say the least. Realbasic makes working with 3DMF objects in an RB3D space on a mac or windows uncomplicated and efficient.  


Traditionally, 3D graphics programmers have come at the "geometry representation" problem either by encoding shapes implicitly (using pure mathematics), or by representing shapes explicitly, via large grids or meshes. (The 2D analog to this situation is vector versus bitmap graphics.) 

The advantages of the pure-math approach include efficient use of RAM and resolution independence. This is what the 3DMF format and Realbasic do. The chief disadvantage of this approach is lack of flexibility: It's often just not practical to try to represent complex shapes in terms of, say, NURB patches. (NURB stands for non-uniform rational B-spline, and a patch is a surface based on curves. 

A somewhat more flexible alternative to implicit 3DMF modeling is explicit representation of geometry through vertex arrays. This time-honored approach has the advantage of letting the programmer model shapes of arbitrary complexity, to any desired degree of accuracy (RAM permitting). 

The downside of the brute-force 3DMF software "big mesh" method should be obvious: For all but the most trivial objects and scenes, we're talking about huge amounts of array indirection, array reallocation, and array storage. Even if RAM is no problem, managing all that 3DMF array data can be a nightmare.

Most programmers would agree that the only reasonable way to approach this kind of data-manipulation 3d software nightmare is to impose an object paradigm on it, so that data is hidden when necessary, visible when necessary, and the division of responsibilities between and among objects can be known in advance and enforced. 

This is the approach taken by QuickDraw 3D 3DMF.

QD3D 3DMF is an object-based system, in that just about everything is an object with a position in a well-defined hierarchy. Don't be put off by this if you're not an object-oriented programmer. To use 3DMF QuickDraw 3D, you don't have to know a bit of C++, because the API is entirely implemented in procedural C. (A Pascal interface is also available; check Apple's web site.) Realbasic is a great alternative. What's important here is that by encapsulating geometric data and methods in objects, Apple has succeeded in hiding a lot of the ugly details of geometry manipulation (and storage) from the programmer, while enforcing uniform behavior, yet allowing access, when necessary, to 3DMF objects' internals. And the good news is, you can use implicit or explicit geometries, or both. QD3D accommodates conics, quadrics, quartics, and NURB patches, as well as a rich set of polyhedral-mesh tools -- the best of both worlds. 

3dmf scene for use in Real Basic
Another 3d scene example.

3dmf object make in 3d maker

3d Maker is perfect for creating 3DMF 3D objects on a Mac or Windows for use with RealBasic and Quesa Development.

3D Maker Features:

  • Create 3DMF Cones, Cubes, and Spheres with Textures

  • Modify 3DMF Textures and Colors

  • Deform 2D Images into a 3D Object

  • Add 3D Text to Images

  • Built in 3DMF Viewer

  • 3D Animated Flags

All of the below examples were made with 3D Maker:

3d mars landscape
Make a giant terrain for use in your 3d projects. Or, tile different terrains you've created together for even larger 3d scenes.
Mars photo courtesy NASA

example of 3D Maker's cube function
Assimilate 3D Maker into your software library.

 
3d ultrasound
Using the built in 3DMF viewer, you can show off your 3d creations! Buildings, family photos, ultrasounds, etc...  It is easy to bring photos to life!

 

3dmf moon made by 3D Maker for mac and windows
Create a photo realistic moon for your 3d project.

Realbasic 3dmf sphere
Make a 3DMF cloud sphere to put around all the objects in your 3d world.

3D Maker Homepage
Click here to learn more about and download 3dMaker 3DMF Software.

PC & Mac Shareware Game Downloads  Venture  -  Connect Four  -  Mancala  -  Score Four  -  Poker Tournament Manager
PC & Mac Shareware Downloads  -  Metes and Bounds  -  Anaglyph Software  -  Stereogram Software  -  PC/MAC 3DMF Editor

3D Maker 3DMF Software for Windows and Mac is Copyright (C) Sandy Knoll Software 1999-2008, LLC