Home
sky
sky
sky

In this tutorial, you will learn how to manipulate sketchup to create automatically rotating vehicle’s pictures.

The goal is to obtain 37 pictures of a 3D vehicle. In another tutorial we learn to compose a complete frame with all the generated pictures.

First, download the free 3D software : sketchup

Advise : Try the different provided tools from sketchup : moving, rotating, zooming, camera…This will help you to place and modify  your 3D model

I have made a script to rotate automatically a model and write png file every 10°.

  1. Download and install the provided script (see download at the end of the article)
  2. In order to install a script for Sketchup on MAC, copy the .rb file to /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/garmin/ It is important to put this in a subdirectory, otherwise, the script will be  automatically called when sketchup starts.
  3. Then, launch Sketchup.
  4. Here, you are ready to import a 3D model : Click on “file” menu and “3D Warehouse“. A browser lets you select your model : choose one !
  5. When the download is over, you have to place your 3D model centered on the blue Z axis. It is important since the rotation is done around this axis.

  1. Move and center correctly your vehicle in the view, like in the following screenshot

  1. On your computer, create a directory called “vehicule” at the root of your hard drive. (You can change this in the ruby script)
  2. In “Windows” menu, select the “Ruby Console” and type load(“garmin/rotate.rb”)
  3. Verify that all the pictures are generated in the “vehicule” directory.
  4. You may have to position again (zoom or dezoom) your model, for the top view…and export it manually (80×80 pictures, png format)

Enjoy!

Download “rotate.rb” script  for sketchup

sky
5th Mar 2011
sky

Leave a Reply

*
= 4 + 4

sky