Skip to content
Snippets Groups Projects
Commit 95031039 authored by Mark Winter's avatar Mark Winter
Browse files

Generated mex and matlab files for DPI scale changes

parent bf35acfb
Branches
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
% SetDpiScale - This sets the amount to enlarge each window pixel (larger scale percentages improve render speed but can blur the rendering).
% Viewer.SetDpiScale(scalePct)
% ScalePct - The percentage to 'enlarge' each pixel in the window (default 150%).
function SetDpiScale(scalePct)
D3d.Viewer.Mex('SetDpiScale',scalePct);
end
......@@ -24,6 +24,7 @@ methods (Static)
SetBorderColor(color)
SetCapturePath(filePath,filePrefix)
SetCaptureSize(width,height)
SetDpiScale(scalePct)
SetFrame(frame)
SetFrontClip(FrontClipDistance)
SetViewOrigin(viewOrigin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment