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 – setting up Blender so you can see what the camera sees


Quite often, you may need to have more than one view of the scene visible at one time. Blender is great that way because you can break up the 3D View window as you like. In this case, we want to see what the camera is seeing as well as having our standard view of the scene. The following steps will help you set up Blender as you like:

  1. Select New in the File menu.

  2. Create a new 3D View window horizontally as you learned in Chapter 2, Getting Comfortable Using the 3D View.

  3. With the cursor over the right-hand 3D View, press 0 on the NumPad to get the camera view.

  4. Press T to close the Tool Shelf in the right 3D View window. It should look similar to the following illustration.

  5. Now, save the file as Two 3D Views.blend.

What just happened?

This last exercise was to create a basic Blender file that you can use multiple times. It has the standard 3D View window as well as a 3D View window locked to what the camera sees. This will...