Group Abstract Group Abstract

Message Boards Message Boards

2
|
12.6K Views
|
12 Replies
|
9 Total Likes
View groups...
Share
Share this post:

Rasterizing large Graphics3D with antialiasing

POSTED BY: Sander Huisman
12 Replies

I successfully applied your technique and it works beautifully. I now creates 100Megapixel stills that were antialiased 4x (so 1.6 GigaPixel stills actually). works very neat! Thanks a bunch!

POSTED BY: Sander Huisman

Hi Vitaliy!

That's a very nice idea! I'll try it! I'm trying to output 300 high res images to make a movie. This will take some time and file-management. Thanks a lot for this idea!

If I may ask: Where did you find this info?

2^14 by 2^14 is of course quite a few pixels, so I can't blame Mac I guess...

The software-renderer should overcome this right? or is it still OpenGL?

POSTED BY: Sander Huisman
Attachments:
POSTED BY: Vitaliy Kaurov
method = {"HardwareDepthBuffer", "HardwareDepthPeeling", "BSPTree", "Software"};
method = method[[4]]
SetOptions[$FrontEndSession,  RenderingOptions -> {"Graphics3DRenderingEngine" -> method}];
SetOptions[EvaluationNotebook[], RenderingOptions -> {"Graphics3DRenderingEngine" -> method}];
CurrentValue[$FrontEnd, {RenderingOptions, "Graphics3DRenderingEngine"}] = MethodOptions;
CurrentValue[$FrontEndSession, {"Antialiasing"}] = True;
CurrentValue[EvaluationNotebook[], {"Antialiasing"}] = True;
CurrentValue[$FrontEnd, {"Antialiasing"}] = True;

Also setting these kinds of options did not result in High-resolution, antialiased figures.... Any more ideas?

POSTED BY: Sander Huisman

enter image description here

POSTED BY: Simon Cadrin

Hi Simon, this doesn't help me: of course I know that I should use the Rasterize command!

POSTED BY: Sander Huisman

There is no such equivalent on Mac OS X.

POSTED BY: Sander Huisman

enter image description here

POSTED BY: Simon Cadrin

I know about ImageResolution. But it will be ignored once RasterSize is supplied as an option. Thanks for the suggestion

POSTED BY: Sander Huisman

enter image description here

POSTED BY: Simon Cadrin

Hi Simon,

This setting is of course set to its highest quality. Thanks for the suggestion though!

--Sander

POSTED BY: Sander Huisman

enter image description here

POSTED BY: Simon Cadrin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard