Object-e architecture
Tag Cloud
Get Connected to object-e
Posts Tagged ‘MaxScript’
Glowing Cloud
Glowing Cloud

Glowing cloud is a proposal for the competition organized by the Hellenic World Foundation that was a call for solutions regarding the open space between the three existing buildings of the foundation in Athens, Greece.
The main element of the proposal is a sheltering structure that is made out of translucent boxes, which are providing shadow [...]

Sphere Growth v1.0.ms
Sphere Growth v1.0.ms

This is an algorithm, implemented in maxscript, that grows a number of spheres starting from a selected one. Each new sphere added is tangent to an existing one. Download the .ms file here.

Sphere Packing v1.0.ms
Sphere Packing v1.0.ms

This is a sphere packing algorithm, implemented in maxscript. It will pack a number a spheres inside a selected volume. Download the .ms file here.

Voronoi 3D v0.1.ms
Voronoi 3D v0.1.ms

A voronoi diagram is a way of decomposition or subdivision of space based on an initial set of objects or points (for more information http://en.wikipedia.org/wiki/Voronoi). This is an algorithm that calculates and constructs a 3-dimensional voronoi diagram, implemented in MaxScript. Center points for the voronoi can be a selection of any class of objects and [...]

1D Cellular Automaton v.1.0.ms
1D Cellular Automaton v.1.0.ms

A one dimentional cellular automaton algorithm implemented in MaxScript. Similar to the .mel script, but much more elaborate. It implements rules 30, 54, 60, 62, 90, 94, 102, 110, 122, 126, 150, 158, 182, 188, 190, 220, 222 and 250. To use run the script and go under utilities/maxscript. Download the .ms file here (save [...]

Brownian Motion.ms
Brownian Motion.ms

Brownian motion is “the irregular motion of small particles suspended in a liquid or a gas, caused by the bombardment of the particles by molecules of the medium: first observed by Robert Brown in 1827.” (dictionary.com). This is a simple MaxScript that uses particles in order to simulate Brownian motion. The script has to be [...]