Autodesk Forge Viewer修改默认渲染设置

viewer默认的渲染样式和设置里的渲染样式都不太适合我的需求,有什么办法能设置viewer的默认渲染效果吗?比如下面两张图,第一张是Autodesk Forge Viewer的默认渲染效果,第二张图是其他软件在浏览器的渲染效果,我想设置Autodesk Forge Viewer的默认效果和第二张图一样的效果,该怎么设置呢?
第一张图:Autodesk Forge Viewer的渲染效果
第二张图:其他软件在浏览器上的渲染效果

阅读 4.3k
1 个回答

在viewer里面找到了相关的代码,可在这里进行修改设置,也可自己自定义
{

        name: "Sharp Highlights", // localized in viewer-environments.loc.json
        path: "SharpHighlights",
        type: "logluv",
        tonemap: 1,
        // illuminance currently is not used elsewhere in LMV, its effect is folded into E_bias.
        //illuminance: 1000.0,
        E_bias: -9.0, // EV 9.526, 1000.0 lux (target)
        directLightColor: [0.5, 0.5, 0.5],
        ambientColor: [0.25 / 8, 0.25 / 8, 0.25 / 8],
        lightMultiplier: 0.0,
        lightDirection: [0.5, -0.2, -0.06],
        bgColorGradient: bg["Photo Booth"],
        darkerFade: true,
        rotation: 0.0
    },
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进