Browse Source

Update threejs-custom-buffergeometry.md

vanzo16 5 years ago
parent
commit
3cdd83c446
1 changed files with 2 additions and 2 deletions
  1. 2 2
      threejs/lessons/ru/threejs-custom-buffergeometry.md

+ 2 - 2
threejs/lessons/ru/threejs-custom-buffergeometry.md

@@ -1,6 +1,6 @@
-Title: Three.js Custom BufferGeometry
+Title: Three.js Пользовательская BufferGeometry
 Description: Создание собственной геометрии BufferGeometry.
-TOC: Custom BufferGeometry
+TOC: Пользовательская BufferGeometry
 
 В [предыдущей статье](threejs-custom-geometry.html) рассказывалось, как использовать `Geometry`. Эта статья о `BufferGeometry`. `BufferGeometry` обычно быстрее запускается и использует меньше памяти, но может быть сложнее в настройке.