使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
OpenSource
/
dc-sdk
镜像自地址
https://github.com/dvt3d/dc-sdk
关注
4
点赞
0
派生
0
代码
工单
0
版本发布
92
百科
动态
浏览代码
add msaa option
tags/2.11.0
Caven Chen
3 年前
父节点
65a6d166a4
当前提交
4a2d41c960
共有
1 个文件被更改
,包括
4 次插入
和
0 次删除
分列视图
显示文件统计
4
0
modules/option/ViewerOption.js
+ 4
- 0
modules/option/ViewerOption.js
查看文件
@@ -66,6 +66,10 @@ class ViewerOption {
scene.postProcessStages.fxaa.enabled = this._options.enableFxaa ?? false
if (scene.msaaSupported) {
scene.msaaSamples = +this._options.msaaSamples || 1
}
return this
}
撰写
预览
正在加载...
取消
保存