VM Labs SDK Sample Code

\vmlabs\sample\m3dl\3d-Object

Copyright © 2000-2001 VM Labs, Inc.  All Rights Reserved
Copyright © 2000 Miracle Designs, VBA.  All Rights Reserved

March 2, 2001


This program demonstrates how to display a 3D model exported from 3D STUDIO MAX using the M3DL library.  The 3D model data was exported from 3D STUDIO MAX using an M3DL plug-in module.  The program then uses the mdRenderObject() function from the M3DL library to render it.

While the program is running, the user can use the game controller to move the camera viewpoint around.

Filename Description
main.c Main program code for sample.
makefile MAKEFILE for building and running sample program.
object.s Module to include binary data for 3D object
data\treye.mbm Texture information for eye of 3D character
data\troll.m3d 3D model data for 3d character
data\troll.mbm Additional texture information for 3d character.

 


Before attempting to load or run any of the SDK samples, make sure you have first read the Hitchhiker's Guide To NUON document.  

After that, if you're still having trouble getting this sample program to work,  click here to request assistance from developer support.

Click here for other online SDK documentation.