ПОЛЕЗНЫЕ ССЫЛКИ
Ниже приведен список материалов, которые могут оказаться полезными при изучении Three.js.
Пожалуйста, обратите внимание на то, что Three.js находится в стадии постоянного развития, а поэтому некоторые из этих ссылок могут содержать устаревшую информацию и что-то может работать не работает так, как вы ожидали.
Кроме этой страницы, mrdoob собирает полезные ссылки, связанные с Three.js в Google+.
форум
Three.js официально использует Stack Overflow. Если вам нужна помощь с чем бы то ни было, то это место, где вы можете задать вопрос. НЕ открывайте issue в Github для получения справок.
туториалы
Начало работы с Three.js
Более углубленные статьи
- Collection of tutorials Автор CJ Gammon.
- Glossy spheres in three.js.
- Interactive 3D Graphics - a free course on Udacity that teaches the fundamentals of 3D Graphics, and uses three.js as its coding tool.
- Aerotwist tutorials Автор Paul Lewis.
- Learning Three.js – a blog with articles dedicated to teaching three.js.
- Animated selective glow in Three.js Автор BKcore.
Статьи на других языках
Building A Physics Simulation Environment - three.js на японском.
новости и обновления
Learning WebGL Blog – The authoritive news source for WebGL.
Three.js posts on Google+ – frequent posts on Three.js
Примеры
- Professor Stemkoskis Examples - a collection of beginner friendly examples built using three.js r60.
- Official three.js examples - these examples are maintained as part of the three.js repository, and always use the latest version of three.js.
- Official three.js dev branch examples - Same as the above, except these use the dev branch of three.js, and are used to check that everything is working as three.js being is developed.
Инструменты
- physgl.org - javascript front-end with wrappers to three.js, to bring WebGL graphics to students learning physics and math.
- Whitestorm.js – Modular three.js framework with AmmoNext physics plugin.
- Three.js Inspector
- ThreeNodes.js.
Старые материалы
Ссылки на статьи, приведенные ниже, могут иметь информацию, относящуюся к очень старым версиям Three.js. Но может быть что то всё же будет вам полезно.
- AlterQualia at WebGL Camp 3
- Yomotsus Examples - a collection of examples using three.js r45.
- Introduction to Three.js Автор Ilmari Heikkinen. (slideshow)
- WebGL and Three.js Автор Akihiro Oyamada. (slideshow).
- Fast HTML5 game development using three.js Автор BKcore (video).
- Trigger Rally Автор jareiko (video).
- ThreeFab - scene editor, maintained up until around three.js r50.
- Max to Three.js workflow tips and tricks Автор BKcore
- A whirlwind look at Three.js Автор Paul King