Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: objects with transparency rendered using opengl looks wrong in export
Date: Tue, 29 Sep 2009 10:42:05 +0000 (UTC)
Organization: ErasmusMC
Lines: 9
Message-ID: <h9so9s$34l$1@fred.mathworks.com>
References: <g4ctoc$5li$1@fred.mathworks.com> <g4cuqe$hr0$1@gemini.csx.cam.ac.uk> <g4emf9$7fa$1@fred.mathworks.com> <g6n11e$anh$1@fred.mathworks.com> <g6rkmn$ld9$1@fred.mathworks.com> <h9sl4h$30i$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1254220925 3221 172.30.248.37 (29 Sep 2009 10:42:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 29 Sep 2009 10:42:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1095751
Xref: news.mathworks.com comp.soft-sys.matlab:573620


"Tim Hellwig" <tim.hellwig@googlemail.com> wrote in message <h9sl4h$30i$1@fred.mathworks.com>...
> Do you have any working solution to your problem yet?
> How do you workaround using plot3?
> I tried Scatter3 in combination with your implementation of a transparent sphere but i am getting the same results. Points appear to be inside the sphere.
> 
Exporting figures seldomly works as expected. I use export_fig to export figures:
http://www.mathworks.com/matlabcentral/fileexchange/23629

which solved a lot of issues I had with the Matlab default export. I have no idea if it works for your problem, but it is worth to try.