Book Image

Blender 3D Basics Beginner's Guide Second Edition

By : Gordon Fisher
Book Image

Blender 3D Basics Beginner's Guide Second Edition

By: Gordon Fisher

Overview of this book

This book teaches you how to model a nautical scene, complete with boats and water, and then add materials, lighting, and animation. It demystifies the Blender interface and explains what each tool does so that you will be left with a thorough understanding of 3D. This book starts with an introduction to Blender and some background on the principles of animation, how they are applied to computer animation, and how these principles make animation better. Furthermore, the book helps you advance through various aspects of animation design such as modeling, lighting, camera work, and animation through the Blender interface with the help of several simple projects. Each project will help you practice what you have learned and do more advanced work in all areas.
Table of Contents (20 chapters)
Blender 3D Basics Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
3
Controlling the Lamp, the Camera, and Animating Objects
Index

Time for action – adding a line to control the mainsail


You can't control the sail without a line. Made just like the tiller, it shows the flexibility of this technique:

  1. Press A to deselect all objects. In the File menu, select Append.

  2. Find 4909OS_09_sloop_line.blend.

  3. Open the Object folder.

  4. Press A to select the line and the line shape.

  5. In the 3D View, select the line as shown in the following screenshot:

  6. Press the Tab key to get into Edit Mode. You see the control points of the Bezier Curve that creates the line. Press the Tab key to re-enter Object Mode.

  7. In the Properties window header, press the Object Data button. It has two dots connected by a curve. The line is made just the same way as the tiller. In the Geometry subpanel, you will see Line Shape listed as the Bevel Object, as in the following image.

  8. Press Shift + LMB to select Empty. Press Ctrl + P to parent the Empty to the line.

  9. Select Empty and press R, Z, and Z to do a test rotation. Press the RMB when you are done.

What just happened...