PackageDescription: Milkshape3D


Milkshape 3 D

Last published: May 17, 2008 by 'mlucassmith'

Defines 6 Classes
Extends 6 Classes


Milkshape3D Models
http://chumbalum.swissquake.ch/index.html

This package provides an interface to using Milkshape3D Models (.ms3d files). It reads them in to a Model object and responds to #renderOn: with a OpenGLContext as the parameter. It will then draw the model at the current translation/scale/rotation of the context.

To use, call:
myModel := Model fromFile: 'myModel.ms3d'.
myModel renderOn: opengl3dContext