Просмотр исходного кода

Update LDrawLoader.js

Fix link.
Michael Herzog 6 месяцев назад
Родитель
Сommit
3b13f6ce4d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/jsm/loaders/LDrawLoader.js

+ 1 - 1
examples/jsm/loaders/LDrawLoader.js

@@ -1749,7 +1749,7 @@ function createObject( loader, elements, elementSize, isConditionalSegments = fa
 /**
  * A loader for the LDraw format.
  *
- * [LDraw](https://ldraw.org/} (LEGO Draw) is an [open format specification]{@link https://ldraw.org/article/218.html)
+ * [LDraw](https://ldraw.org/} (LEGO Draw) is an [open format specification](https://ldraw.org/article/218.html)
  * for describing LEGO and other construction set 3D models.
  *
  * An LDraw asset (a text file usually with extension .ldr, .dat or .txt) can describe just a single construction

粤ICP备19079148号