Wednesday Zoom class meetings @ 11:30am: 6/3
First Challenge-SculptGL
Project:
Build a
First Challenge-EditSDF
2. Tutorials
3. Create a "hovering" animation effect by adding "scenes" or "pages" over the new structure you added to the tutorial.
Build the following in SketchUp (all creations need to at least have color if not a texture)
Introduction - Open up Mudbox and watch the following tutorials:
First Model
Living Landscape - Video Tutorial
Inspiration?
Shape 1:
cube ([10, 20, 30]);
Shape 2:
sphere (r=10);
$fn=100;
sphere (10);
Shape 3:
cylinder (50, 40, 10, center=true);
Shape 4:
polyhedron(
points=[ [10,10,0],[10,-10,0],
[-10,-10,0],[-10,10,0],
// the four points at base
[0,0,10] ],// the apex point
faces=[ [0,1,4],[1,2,4],[2,3,4],[3,0,4],
// each triangle side
[1,0,3],[2,1,3] ]
// two triangles for square base
);
Transformations
Transform an existing model-
Scale
Translate
Rotate
Mirror
Resources