Issues.00544 - lordmundi/wikidoctest GitHub Wiki
00544: Upgrade poster2 to support configurable multisampling and supersampling
Summary: Upgrade poster2 to support configurable multisampling and supersampling
Created: 2015–06–18 16:15
Status: Released
Category: Request
From: frankie
Version: 2.3
Released_In: 2.4
Description:
This is a request to update the poster2 plugin to be able to be configured for supersampling or multi-sampling with a configurable number of samples.
Comments
frankie September 29, 2015, at 11:12 AM: This has been added in the latest dsp_poster2 plugin. You can set the sample type to either "ss" for super-sampling or "ms" for multi-sampling using the "-samples_type" argument. You can also set the number of samples using the "-samples" argument. The "-offscreen_only" will cause the on screen view to not update. The "-num_redraw" parameter will cause the screen to get re-rendered that number of times before the image is taken. This might be of limited use, but could useful, for example, to allow a delay for something to update on the screen such as planet elevation to get paged in. The syntax for this new "dsp_poster2.settings" command is:
dsp_poster2.settings set -offscreen_only 1/0
dsp_poster2.settings set -num_redraw val
dsp_poster2.settings set -samples_type ss/ms
dsp_poster2.settings set -samples val
dsp_poster2.settings get -num_redraw
dsp_poster2.settings get -samples
dsp_poster2.settings get -samples_type
dsp_poster2.settings get -offscreen_only
Associated Commits
| commit | 28bb544dc41a4b77069c95b97c8b5796c4327b02
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Tue Sep 29 12:21:47 2015 -0500
|
| Message: | [@Issue 00544: Updated poster2 with new anti-aliasing capabilities
@] |
Affected Files:
plugin_Darwin/dsp_poster2.so | Bin 25000 -> 46564 bytes
plugin_Linux_FC3/dsp_poster2.so | Bin 33651 -> 60373 bytes
plugin_Win32/dsp_poster2.dll | Bin 441752 -> 461533 bytes
3 files changed, 0 insertions(+), 0 deletions(-)