Skip to content

Commit

Permalink
zh-cn: update 'Learn/JavaScript/Client-side_web_APIs/Drawing_graphics'
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanko1013 committed Oct 29, 2024
1 parent ae50b33 commit fef6aaf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: 绘图
slug: Learn/JavaScript/Client-side_web_APIs/Drawing_graphics
l10n:
sourceCommit: 1f8e00821b6a18996dd58f32c7adedfe8902bdae
---

{{LearnSidebar}}{{PreviousMenuNext("Learn/JavaScript/Client-side_web_APIs/Third_party_APIs", "Learn/JavaScript/Client-side_web_APIs/Video_and_audio_APIs", "Learn/JavaScript/Client-side_web_APIs")}}
Expand Down Expand Up @@ -832,7 +834,7 @@ WebGL 基于 [OpenGL](/zh-CN/docs/Glossary/OpenGL) 图形编程语言实现,

{{EmbedGHLiveSample("learning-area/javascript/apis/drawing-graphics/threejs-cube/index.html", '100%', 500)}}

你可以 [到 Github 下载最终代码](https://github.com/mdn/learning-area/tree/main/javascript/apis/drawing-graphics/threejs-cube)。
你可以[到 Github 下载最终代码](https://github.com/mdn/learning-area/tree/main/javascript/apis/drawing-graphics/threejs-cube)。

> [!NOTE]
> 在我们的 GitHub repo 还有另一个趣味 3D 魔方示例——[Three.js Video Cube](https://github.com/mdn/learning-area/tree/main/javascript/apis/drawing-graphics/threejs-video-cube)(在线查看)。其中通过 {{domxref("MediaDevices.getUserMedia", "getUserMedia()")}} 来从电脑摄像头获取一段视频,将其投影到魔方上作为纹理。
Expand Down

0 comments on commit fef6aaf

Please sign in to comment.