Eyeshot 组件 RenderToBitmap 分辨率

Eyeshot component RenderToBitmap resolution

我正在尝试使用 ViewPortLayout

生成我的 3D 模型的图片
ViewportLayoutBinding viewportLayout;
....
viewportLayout.RenderToBitmap(1,false)

但是我得到的图片分辨率较低(与屏幕上显示的分辨率相同)并且大部分文字(引号)无法阅读。 我尝试过在render方法中改变分辨率,修改相机参数,但它不会改变任何东西。

有没有办法为我要生成的图片设置更好的分辨率?

第一个参数是图像缩放。请尝试指定 2 或 5。