Browse Source

add referecnes for translations

Gregg Tavares 4 years ago
parent
commit
e8403d4ef8
1 changed files with 4 additions and 0 deletions
  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
 `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>
 <script type="module" src="resources/threejs-custom-buffergeometry.js"></script>