EdLight CodeEdLight Code
TracksGamesPathways
TracksGamesPathways
Track3D Modeling Foundations
Transforming Objects
9 / 15

3D Modeling Foundations

Course Progress0/15

Introduction to 3D

What is 3D Modeling?Real-World ApplicationsThe Coordinate SystemYour First 3D Object

Navigating 3D Space

Viewport NavigationGrid, Axes, and HelpersNavigate and Position

Basic Shapes

Primitive ShapesTransforming ObjectsNaming and OrganizingBuild a Simple Object

Materials & Lighting

Understanding MaterialsLighting BasicsApply Materials

Mini Project

Mini Project: Build a Desk Scene

3D Modeling Foundations

Course Progress0/15

Introduction to 3D

What is 3D Modeling?Real-World ApplicationsThe Coordinate SystemYour First 3D Object

Navigating 3D Space

Viewport NavigationGrid, Axes, and HelpersNavigate and Position

Basic Shapes

Primitive ShapesTransforming ObjectsNaming and OrganizingBuild a Simple Object

Materials & Lighting

Understanding MaterialsLighting BasicsApply Materials

Mini Project

Mini Project: Build a Desk Scene

Transforming Objects

Transform Operations
Move, rotate, and scale objects in 3D

There are three fundamental transformations in 3D:

1. Translate (Move)

Change an object's position in space.

How to use:
  • Press G or click Move in toolbar
  • Drag colored arrows for single axis
  • Drag planes for two axes at once
  • Type exact values in Properties panel

2. Rotate

Change an object's orientation.

How to use:
  • Press R or click Rotate in toolbar
  • Drag colored circles to rotate around axis
  • Values are in degrees (0-360)
  • Watch the rotation values in Properties

3. Scale

Change an object's size.

How to use:
  • Press S or click Scale in toolbar
  • Drag axes to stretch in one direction
  • Hold Shift for uniform scaling
  • Scale values are multipliers (1 = original)
💡 Tip
Hold Shift while scaling to maintain proportions! This prevents accidentally stretching your object into weird shapes.

The Properties Panel

For precise control, use the Properties panel (right side):

  • Type exact X, Y, Z values

  • Position: World coordinates

  • Rotation: Degrees

  • Scale: Multipliers


Transform Shortcuts

KeyAction
GMove (Grab)
RRotate
SScale
ℹ️ Info
These shortcuts come from Blender, one of the most popular 3D tools. Learning them here means you're learning industry-standard skills!

Tips

  • Enable Snap for grid alignment
  • Use Shift+D to duplicate while transforming
  • Reset transforms in Properties panel
⚠️ Warning
Avoid using non-uniform scale (different X, Y, Z values) when possible - it can cause issues when exporting models for 3D printing or game engines.