Skip to content
Snippets Groups Projects
Select Git revision
  • feebc41d3372b41b1c48588e1a1e16fb3d2d1db8
  • master default protected
  • leo
  • dex
  • pendulum
  • apfelstruder
  • littlerascal
7 results

systems

How to Make Almost Anything - Building 3D Interfaces

Three.js:

  • Examples:

  • Tutorials:

  • Topics Covered:

    • Scene and Camera
      • Camera
      • Renderer
      • Objects Positions and properties
    • Primitives and Transforms
      • Update Renderer
      • Name to objects
      • Rotate each frame
      • Parent-Child relationship
      • Scene traverse
    • Control
      • Data.gui
      • orbit control
    • Material and Light
      • Change material
      • Change to multple objects
      • Change light type
      • Realistic Material
    • Mesh Manipulation and Data
      • Boxes Movement
      • Vertices Manipulation

Unity: