Bibliographic details for "three.js"

  • Page name: three.js
  • Author: Anonymous Contributors
  • Publisher: MelonLand Wiki.
  • Date of this revision: 13 June 2025 15:21 CEST
  • Date retrieved: 20 June 2025 13:47 CEST
  • Page Version ID: 1749820896

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "three.js"

APA style

Anonymous Contributors (2025). three.js. MelonLand Wiki. Retrieved 13:47, 20 June, 2025 from https://wiki.melonland.net/three.js?rev=1749820896.

MLA style

“three.js.” MelonLand Wiki. 13 Jun 2025, 15:21 CEST. 20 Jun 2025, 13:47 <https://wiki.melonland.net/three.js?rev=1749820896>.

MHRA style

Anonymous Contributors, ‘three.js’, MelonLand Wiki, 13 June 2025, 15:21 CEST, <https://wiki.melonland.net/three.js?rev=1749820896> [accessed 20 June 2025]

Chicago style

Anonymous Contributors, “three.js,” MelonLand Wiki, https://wiki.melonland.net/three.js?rev=1749820896 (accessed June 20, 2025).

CBE/CSE style

Anonymous Contributors. three.js [Internet]. MelonLand Wiki; 2025 Jun 13, 15:21 CEST [cited 2025 Jun 20]. Available from: https://wiki.melonland.net/three.js?rev=1749820896.

Bluebook style

three.js, https://wiki.melonland.net/three.js?rev=1749820896 (last visited June 20, 2025).

AMA style

Anonymous Contributors. three.js. MelonLand Wiki. June 13, 2025, 15:21 CEST. Available at: https://wiki.melonland.net/three.js?rev=1749820896. Accessed June 20, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "three.js --- MelonLand Wiki",
   year = "2025",
   url = "https://wiki.melonland.net/three.js?rev=1749820896",
   note = "[Online; accessed 20-June-2025]"
 }

When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "three.js --- MelonLand Wiki",
   year = "2025",
   url = "\url{https://wiki.melonland.net/three.js?rev=1749820896}",
   note = "[Online; accessed 20-June-2025]"
 }