Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 ViewPortLayout 生成我的 3D 模型的图片
ViewportLayoutBinding viewportLayout; .... viewportLayout.RenderToBitmap(1,false)
但我获得的图片分辨率较低(与屏幕上显示的分辨率相同)并且大部分文本(引号)无法阅读。我试图在渲染方法中改变分辨率,修改相机参数,但它不会改变任何东西。
有没有办法为我要生成的图片设置更好的分辨率?
第一个参数是图像缩放。请尝试指定 2 或 5。