Laser Cut 3D Sculptures Remind Us Of An Old Playstation

[Paul] a.k.a. [VoidFraction] put up the source and documentation for his sculptures made with laser cut polygons.

For computing his triangles, [Paul] developed LcAgl, an algorithm that transforms a 3D model into the AutoCAD file needed to cut a whole bunch of triangles and connectors. This file was shot over to a laser cutter and after a confusing assembly, [Paul] can make just about any low polygon count model he wants.

For his sculptures, [Paul] uses Coroplast, a type of corrugated plastic commonly used in political campaign signs. Coroplast is lightweight and flexible, a bonus when [Paul] is fitting his triangles together. The connecting tabs are made from acrylic – a very rigid material, so the triangles are held tightly in place.

Since the models in most 3D games are just a bunch of polygons anyway, this technique reminds us of the first 3D console games. [Paul]’s rhino looks like it walked off the set of a low polygon game like Virtua Fighter or Jumping Flash!.

Simulated Annealing

annealing

Here’s an update on our earlier post about genetic programming. Altered Qualia has posted a new implementation of [Ron Alsing]’s idea. It starts with 50 polygons and then randomly changes one parameter with each optimization step. If the the change results in fewer differences from the target image, it’s kept as the new best DNA. This search method is similar to simulated annealing. The image above is the result of 1500 good mutations out of 35900 possible. The implementation lets you choose any image, but smaller means the fitness calculation is faster. It’s written in JavaScript using the <canvas> environment. You’ll definitely get better performance using newer browser builds.

[Original image by R Stevens]

[via Waxy]