Преглед изворни кода

add referecnes for translations

Gregg Tavares пре 4 година
родитељ
комит
e8403d4ef8
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      threejs/lessons/threejs-custom-buffergeometry.md

+ 4 - 0
threejs/lessons/threejs-custom-buffergeometry.md

@@ -432,6 +432,10 @@ I hope these were useful examples of how to use `BufferGeometry` directly to
 make your own geometry and how to dynamically update the contents of a
 make your own geometry and how to dynamically update the contents of a
 `BufferAttribute`.
 `BufferAttribute`.
 
 
+<!-- needed to prevent warning from outdated translation -->
+<a href="resources/threejs-geometry.svg"></a>
+<a href="threejs-custom-geometry.html"></a>
+
 <canvas id="c"></canvas>
 <canvas id="c"></canvas>
 <script type="module" src="resources/threejs-custom-buffergeometry.js"></script>
 <script type="module" src="resources/threejs-custom-buffergeometry.js"></script>