Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGaertner committed Jul 29, 2015
1 parent 1b9cda8 commit fae5a1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ In AchternEngine each 3D model must have a `Material` associated with it! For no
is that you can set the color of any `Material` by calling `Material#setColor()`. If you want to learn
more about materials in AchternEngine read the intermediate article on [materials](../intermediate/material).

Maybe you have noticed this weired checkerboard texture on the cube. This is because it is missing a default
texture and AchternEngine just replaces it with this global missing texture indicator.

Learn more about texturing [here](texturing)

After we have created our material we can create a `Figure`, a figure is a container object for Meshes and
materials and combines them. Each figure should be named and MUST have a mesh and material!

Expand Down

0 comments on commit fae5a1f

Please sign in to comment.