Procházet zdrojové kódy

Update LDrawLoader.js

Fix link.
Michael Herzog před 6 měsíci
rodič
revize
3b13f6ce4d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.
  * 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.
  * 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
  * An LDraw asset (a text file usually with extension .ldr, .dat or .txt) can describe just a single construction

粤ICP备19079148号