Kaynağa Gözat

Update LDrawLoader.js

Fix link.
Michael Herzog 5 ay önce
ebeveyn
işleme
3b13f6ce4d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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号