# Open Learning Resource

Learning the basics of 3D modelling is a great use of open education resources – the software we will be looking at, Blender 3D, is itself free and open-source.

The Blender Manual can be found here [Blender 2.91 Reference Manual — Blender Manual](https://docs.blender.org/manual/en/latest/)

As an example of what can be created in Blender, they release films and production assets under creative commons.

Here is an example of one of their short films [Big Buck Bunny Content Gallery - Blender Cloud](https://cloud.blender.org/films/big-buck-bunny/gallery?asset=263)

!["bbb-splash" by The Blender Foundation is licensed under CC BY 3.0](/files/-MNZR_dL0dERbfWml7m2)

We will look at information available on Wikipedia to help us understand want is meant by the term, 3D Model

!["Two Rays and One Vertex" by Wikimedia Foundation is licensed under CC BY-SA 3.0](/files/-MNZSB1FoMvnWrzSiURK)

This Cube Illustrates three basic concepts of 3d Modelling, Vertices, Edges and Faces.

!["Image d’un cube" by Robert Webb's Stella software is licensed under CC BY-SA 3.0 http://www.software3d.com/Stella.php](/files/-MNZSPCfOJWf8BjyrkAz)

The license used allows for remix so I shall remix it to label the image

!["Image d’un cube" by Robert Webb's Stella software is licensed under CC BY-SA 3.0 http://www.software3d.com/Stella.php](/files/-MNZS-nrH-SXALs80ybP)

I have now labelled the cube and created my own derivative work which is also available under the CC BY-SA 3.0 licence, but the original attribution must remain.

* The yellow points are vertex or vertices
* The blue lines are edges
* The red planes are faces

Textures are image files that are projected onto our 3d models, a great resource for these is here [CC0 Textures - Free Public Domain PBR Materials](https://cc0textures.com/)

Please find and download a suitable wood texture.

This concludes our first lesson.

This resource is made available by Lewis Sturrock under Attribution 4.0 International (CC BY 4.0) <https://creativecommons.org/licenses/by/4.0/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://digitalmedia.gitbook.io/project/resources/open-learning-resource.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
