Newer
Older
# How to Make Almost Anything - Building 3D Interfaces
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
## Three.js:
- Examples:
- [Three.js Examples](https://threejs.org/examples/)
- [A world of Oil](https://www.gsmlondon.ac.uk/global-oil-map/)
- [Cruciform](https://www.clicktorelease.com/code/cruciform/)
- [Renault](https://renaultespace.littleworkshop.fr/)
- Tutorials:
- [Lynda: Learning 3D Graphics on the Web with Three.js](https://www.lynda.com/JavaScript-tutorials/Learning-3D-Graphics-Web-Three-js/586668-2.html)
- [WebGL](https://webglfundamentals.org/webgl/lessons/webgl-fundamentals.html)
- 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:
- Examples:
- [Examples](https://unity.com/madewith?_ga=2.185694379.36137922.1543245587-676820850.1535121275)
- Tutorials:
- [Lynda: Advanced Unity: 3D Game Programming](https://www.lynda.com/Unity-3D-tutorials/Advanced-Unity-3D-Game-Programming/160270-2.html)
- [Example Projects](https://unity3d.com/learn/resources/downloads)
- Integration with Hardware:
- [Unity and Arduino](http://www.alanzucconi.com/2015/10/07/how-to-integrate-arduino-with-unity/)
- [Week 11](http://fab.cba.mit.edu/classes/863.16/section.Harvard/people/Abdel-Rahman/index.html)
- VR:
- [Tutorial 1: Circuit Stream](https://circuitstream.com/htc-vive-tutorial/)
- [Tutorial 2: VRTK](https://vrtoolkit.readme.io/)
- AR:
- [Unity Project Link](https://www.dropbox.com/s/52hg99eg2hw73to/5_AR.zip?dl=0)
- [AR Toolkit Unity](https://github.com/artoolkit/arunity5)
- [Marker Based AR](https://assetstore.unity.com/packages/templates/tutorials/markerbased-ar-example-29678)