Gregg Tavares 4 years ago
parent
commit
43364f8aa4

+ 7 - 0
threejs/lessons/ja/threejs-custom-geometry.md

@@ -2,6 +2,13 @@ Title: Three.jsのカスタムジオメトリ
 Description: カスタムジオメトリを作る
 TOC: カスタムジオメトリ
 
+<div class="warning">
+<strong>NOTE!</strong> This article is deprecated. Three.js r125
+removed support for <code>Geometry</code>. Please refer to
+the article on <a href="threejs-custom-buffergeometry.html">custom BufferGeometry</a>.
+</div>
+
+
 前回の[記事](threejs-primitives.html)ではTHREE.jsにある基本ジオメトリであるプリミティブジオメトリを紹介しました。この記事ではカスタムジオメトリを紹介します。
 
 まず最初に断っておきますが、本格的な3Dコンテンツを作りたい場合は

+ 7 - 0
threejs/lessons/kr/threejs-custom-geometry.md

@@ -2,6 +2,13 @@ Title: Three.js 사용자 지정 Geometry
 Description: 사용자 지정 geometry를 만드는 법에 대해 알아봅니다
 TOC: 사용자 지정 Geometry
 
+<div class="warning">
+<strong>NOTE!</strong> This article is deprecated. Three.js r125
+removed support for <code>Geometry</code>. Please refer to
+the article on <a href="threejs-custom-buffergeometry.html">custom BufferGeometry</a>.
+</div>
+
+
 [이전 글](threejs-primitives.html)에서는 Three.js의 내장 원시 모델에
 대해 살펴보았죠. 이 글에서는 이런 모델, geometry를 직접 만들어 볼 것입니다.
 

+ 6 - 0
threejs/lessons/ru/threejs-custom-geometry.md

@@ -2,6 +2,12 @@ Title: Three.js Пользовательская Geometry
 Description: Как сделать свою собственную геометрию.
 TOC: Пользовательская Geometry
 
+<div class="warning">
+<strong>NOTE!</strong> This article is deprecated. Three.js r125
+removed support for <code>Geometry</code>. Please refer to
+the article on <a href="threejs-custom-buffergeometry.html">custom BufferGeometry</a>.
+</div>
+
 В [предыдущей статье](threejs-primitives.html) рассказывалось о различных встроенных примитивах, включенных в THREE.js. В этой статье мы рассмотрим создание нашей собственной геометрии. 
 
 Просто для ясности, если вы серьезно относитесь к созданию 3D-контента, наиболее распространенный способ - использовать пакет 3D-моделирования, такой как [Blender](https://blender.org),

+ 5 - 3
threejs/lessons/threejs-custom-geometry.md

@@ -2,9 +2,11 @@ Title: Three.js Custom Geometry
 Description: How to make your own geometry.
 TOC: Custom Geometry
 
-> **NOTE!** This article is deprecated. Three.js r125
-> removed support for `Geometry`. Please refer to
-> the article on [custom BufferGeometry](threejs-custom-buffergeometry.html).
+<div class="warning">
+<strong>NOTE!</strong> This article is deprecated. Three.js r125
+removed support for <code>Geometry</code>. Please refer to
+the article on <a href="threejs-custom-buffergeometry.html">custom BufferGeometry</a>.
+</div>
 
 A [previous article](threejs-primitives.html) gave a tour of
 the various built in primitives included in THREE.js. In this