[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Controlling quality of 3d plot
From: |
Miroslaw Kwasniak |
Subject: |
Re: Controlling quality of 3d plot |
Date: |
Thu, 21 May 2009 16:23:05 +0200 |
User-agent: |
Mutt/1.5.9i |
On Thu, May 21, 2009 at 01:09:23PM +0200, Oz Nahum wrote:
> This is really nice, I should have thought about it my self.
> The only trouble is, it takes much much longer to execute, and mouse
> interaction is really slow now.
> I guess it's too heavy for my poor graphic card...
No, it's a gnuplot slowness, you can use "wireframe" postioning
with pressing CTRL-key before mouse button.
> Also, I've tried installing jhandles. No success at all, even though I have
> java and jre and jdk in my debian machine. I wish there were debian
> packages. I must say, this project seems maintained but it has completely no
> documentation which is a bit of a shame.
I've managed to install&run java-1.2.5.tar.gz/jhandles-0.3.4.tar.gz on
debian/stable (as user not global install).
Current version java-1.2.6.tar.gz doesn't compile on my box :(
All operations are done with my heuristic script :)
=== JOCTAVE.sh ===
export PATH="/usr/lib/jvm/java-6-sun-1.6.0.12/bin:/usr/share/java/:$PATH"
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.12
#libjogl-java: /usr/share/java/jogl.jar
export LD_LIBRARY_PATH=/usr/share/java:/usr/lib/jni
export CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/linux"
octave-3.0.1
===================