Pages

Tuesday, March 31, 2009

Modeling a Basketball

by Christa on Jan.13, 2008

This tutorial will show you how to model a highly detailed basketball in 3D Studio Max using box modeling techniques. This tutorial is suitable for beginners but assume some basic knowledge.

Saturday, March 28, 2009

Growing Babylon



MAXSript tutorial for beginners

Content (What we do):
[*] Starting with some simple boxes creation
[*] Adding a simple parametric animation (grow height)
[*] Testing and debugging
[*] optimizing the code
[*] check for technical trouble
[*] Adding ProBoolean to collapse all boxes to EditablePoly
(to reduce the number of polygons and objects)
[*] Adding MaxVersion() check (need for ProBoolean)

So here is the idea...
to make step pyramid from box primitive and animate it.

Note: This is not exactly "How To" tutorial, rather "walk-through" scripting procces, which will meet the most basic things in MAXScript.


Download Link (PDF and final MS script)

Tuesday, March 24, 2009

How to modeling Step Pyramid using Straight Stair


In this totorial I use "Straight Stair" primitive as a basis to build step pyramid, also show the usefulness of MacroRecorder.
Download link: PDF (212kb)

Enjoy!

Monday, March 23, 2009

3dhuntsville.com tutorials


Thursday, March 19, 2009

Reverse Time


What to say... title and screenshot said everything.
An example of global Max "reversetime" operator.

Monday, March 16, 2009

makeIFL

I wrote this sample script by ScriptSpot.com user request.
This mini tool create *.ifl of a sequence bitmaps that already exists.


Why needed? 3ds Max automatically creates IFL if checked in the renderers settings, but there are cases when it is not possible, for example, when using pre-render script. An good example for pre-render script is "Sort Render Elements" by Tollef Roe Steen.
Usage:
  1. Select bitmap file type filter [*]
  2. Select directory with bitmaps
  3. Press "Save IFL" (to create IFL in the same folder)


[*] Filter needed if for some reason the folder contains other file formats, thumbnail for example. Note - if filter not selected or if bitmap type not identical with the existing images, script will create empty IFL file.

Download URL (1)
Download URL (2)
ScriptSpot review

Saturday, March 14, 2009

random City

There is something trivial but useful from me.
Try this MaxScript and have fun :)

Download Link -- randomSity.ms