EdLight CodeEdLight Code
TracksGamesPathways
TracksGamesPathways
TrackPractical 3D Modeling Workflows
Export Formats
10 / 12

Practical 3D Modeling Workflows

Course Progress0/12

Precision Modeling

Numeric DimensionsObject AlignmentPrecision Building

Boolean Modeling

Boolean OperationsUnion ExamplesSubtract for HolesBoolean Practice

Reusability

Duplication TechniquesMirroring Objects

Exporting Models

Export FormatsExport Your Model

Course Project

Project: Printable Phone Stand

Practical 3D Modeling Workflows

Course Progress0/12

Precision Modeling

Numeric DimensionsObject AlignmentPrecision Building

Boolean Modeling

Boolean OperationsUnion ExamplesSubtract for HolesBoolean Practice

Reusability

Duplication TechniquesMirroring Objects

Exporting Models

Export FormatsExport Your Model

Course Project

Project: Printable Phone Stand

Export Formats

Export Formats
Understanding GLB and STL formats

Different formats serve different purposes.

GLB - For Web & Apps

GLB (GL Binary) is the standard for web 3D:

What GLB Includes

  • Geometry (mesh)
  • Materials (colors, textures)
  • Scene hierarchy
  • Animations (if any)

Where GLB is Used

  • Websites (three.js, model-viewer)
  • Mobile apps
  • AR experiences
  • Social media 3D posts

GLB Advantages

  • Single file (everything bundled)
  • Compressed and efficient
  • Widely supported
  • Works in all modern browsers

STL - For 3D Printing

STL (Stereolithography) is the standard for 3D printing:

What STL Includes

  • Geometry only
  • No colors or materials
  • Triangulated mesh

Where STL is Used

  • 3D printers (FDM, SLA, SLS)
  • CNC machining
  • Rapid prototyping

STL Requirements

  • Watertight mesh (no holes)
  • Correct scale (usually millimeters)
  • No internal faces

Which to Choose?

Use CaseFormat
Show on websiteGLB
AR appGLB
3D printSTL
Game engineGLB
CAD softwareSTL

Our Export Options

In the Properties panel → Export tab:

  • Export GLB - Full scene with materials

  • Export STL - Geometry only for printing