Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
3b23fd2f
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
3b23fd2f
编写于
8月 24, 2022
作者:
O
openharmony_ci
提交者:
Gitee
8月 24, 2022
浏览文件
操作
浏览文件
下载
差异文件
!8489 翻译完成:8464 【轻量级 PR】webgl-guidelines.md.
Merge pull request !8489 from wusongqing/TR8464
上级
b8d6ba4e
5cda15bd
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
2 addition
and
9 deletion
+2
-9
en/application-dev/webgl/webgl-guidelines.md
en/application-dev/webgl/webgl-guidelines.md
+2
-9
未找到文件。
en/application-dev/webgl/webgl-guidelines.md
浏览文件 @
3b23fd2f
...
...
@@ -65,7 +65,7 @@ To draw a 2D image without using WebGL, that is, to implement CPU rather than GP
3.
Edit the
**index.js**
file to add the 2D drawing logic code. The following is an example of the file content:
```
//index.js
//
index.js
export default { // Native API interaction code
data: {
title: "DEMO BY TEAMOL",
...
...
@@ -136,7 +136,7 @@ To use WebGL to draw a color triangle (GPU drawing), perform the following steps
3.
Edit the JavaScript code file to add the logic code for drawing a color triangle. The following is an example of the file content:
```
//index.js
//
index.js
// WebGL-related predefinition
var gl = {
...
...
@@ -696,13 +696,6 @@ To use WebGL to draw a color triangle (GPU drawing), perform the following steps
}
```
**Figure 2**
Effect of clicking the button to draw a color triangle
![
en-us_image_0000001192429306
](
figures/en-us_image_0000001192429306.gif
)
## Samples
The following sample is provided to help you better understand how to develop WebGL:
-
[
`JsWbgGL`: WebGL (JS, API version 8)
](
https://gitee.com/openharmony/app_samples/tree/master/Graphics/JsWebGL
)
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录