similar to: How to chain user mouse handlers in rgl

Displaying 20 results from an estimated 200 matches similar to: "How to chain user mouse handlers in rgl"

2008 Feb 01
2
wxruby2 problems
Hello, I''ve recently installed wxruby2 (version 1.9.4) from a precompiled mswin32 gem. It seems to work fine, and the samples in the distribution all work, but I have a couple of peculiar problems: 1) When I package a trivial wxruby script with rubyscript2exe, the executable is huge - 8.5 MB. With previous versions of wxruby (prior to wxruby2, I think) it was much smaller. Less than 3
2005 Jul 16
2
Logitech Marble Mouse on CentOS 4
Hello there! I just bought this trackball and connected it to a CentOS 4 box. I googled on how to edit xorg.conf for the 2 scrollbuttons, and they work while using this section: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option
2010 Apr 15
1
(semi-) rugged laptop running CentOS 5?
We're looking for a laptop to run in a 10,000', cold, occasionally wet environment, and it needs to run CentOS 5. Perhaps something like the Dell Latitude E6400 ATG? There's a reference to a minor trackball bug for the 6400 under CentOS 5 (http://bugs.centos.org/view.php?id=4192) but otherwise it sounds like the x86_64 version should run on it. Ideally the system would use a SSD too.
2008 Apr 20
2
Anyone have experience getting Poser 7 to work?
Hi, I just installed the latest wine and got all kinds of software to work on my box, which is really cool! I'm having trouble with Poser 7, though. I've successfully installed it, and can mostly run it, but it seems like a lot of the windows within tend to disappear mysteriously when clicking outside of them. They come back if you click the right widget, but I find it highly intrusive,
2008 Jun 25
2
help with cube3d cube size
I'm using the command below on an open3d() object to create a shaded cube. Changes to myScalingFactor do not effect changes in the size of the cube. What is the correct approach? Mark shade3d(translate3d(cube3d(identityMatrix() * myScalingFactor),-6,1,-1),col="green", alpha = 0.2) -- Mark W. Kimpel MD ** Neuroinformatics ** Dept. of Psychiatry Indiana University School of Medicine
2020 Oct 22
0
3d plot of earth with cut
If you have "value" as a function of latitude and radius, isn't that a 2D (not 3D) scalar field? Which can be plotted using a regular heatmap. If you want a curved edge where depth=0 (radius=?), that's not too difficult to achieve. Not quite sure what continent boundaries mean in this context, but that could possibly be added to. Or do you want a 2D slice superimposed within a
2010 Sep 09
1
rgl and lighting
Dear R community (and Duncan more specifically), I can't work out how to make additional light sources work in rgl. Here is the example. First I create a cube and visualize it: > cubo <- cube3d(col="black") > shade3d(cubo) Next I position the viewpoint at theta=0 and phi=30: > view3d(theta=0,phi=30) Next, I want to create a 2nd light source which diffuses red light
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at:
2009 Jul 31
0
New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2
sculpt3d is a GTK+ toolbar that allows for more interactive control of a dataset inside the RGL plot window. Controls for simple brushing, highlighting, labeling, and mouseMode changes are provided by point-and-click rather than through the R terminal interface. More discussion and demo movie: http://www.scwn.net/2009/07/sculpt3d/ Package at:
2008 Feb 29
1
Getting Keypressed State in rgl
Dear Rglers, when using a callback in rgl (Windows, if it matters) http://finzi.psych.upenn.edu/R/library/rgl/html/callbacks.html I would like to get the Asynchronous keyboard status (as least Shift/Control, but preferably other key) to set markers in a plot. getGraphicsEvents seems to be limited to normal graphics windows. Dieter
2008 Jan 26
2
scatterplot3d with categorical data
Dear users, I'm trying to produce a 3d bar plot but the x and y dimensions have categorical data -- so I only want 3 points on each axis. So I try: require(scatterplot3d) mymat<-data.frame( x=c(1,1,1,2,2,2,3,3,3), y=c(1,2,3,1,2,3,1,2,3), z=c(1,2,3,4,5,6,7,8,9)) scatterplot3d(mymat, type="h", lwd=5, pch=" ", xlab="xlabel",
2007 May 13
0
Enhancing the mouse support
I've been looking around for info on how to enhance the mouse support in a newly installed CentOS5 system and all I've managed so far is to get more confused. It seems that the "evdev" driver is a necessary tool but to compile that requires an xorg SDK which I can't even find. I've probably used up more than my fair share of Google searches for the weekend on this
2015 Jan 12
0
Design changes are done in Fedora
On 01/11/2015 06:22 PM, Always Learning wrote: > Disruption = BAD Gentle change / gradual change = GOOD Generalizations are always bad. Some changes work best as a disruption; some changes work best as a gradual thing. It really depends upon the change. I experienced one of the nicer things about CentOS 7 in the desktop setting today, as I hotplugged a DisplayPort to HDMI adapter
2005 Aug 21
0
RGL v0.65
RGL Version 0.65 [r405 / 2005-08-14] DESCRIPTION The RGL package is a visualization device system for R, using OpenGL as the rendering backend. An rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. RELEASE INFO This is a Beta release. We target a stable release at the end
2005 Aug 21
0
RGL v0.65
RGL Version 0.65 [r405 / 2005-08-14] DESCRIPTION The RGL package is a visualization device system for R, using OpenGL as the rendering backend. An rgl device at its core is a real-time 3D engine written in C++. It provides an interactive viewpoint navigation facility (mouse + wheel support) and an R programming interface. RELEASE INFO This is a Beta release. We target a stable release at the end
2020 Oct 21
6
3d plot of earth with cut
Hello, Could someone suggest a package/way to make a 3D raster plot of the Earth (with continent boundaries), and then make a "cut" or "slice" of it such that one can also visualize some scalar quantity as a function of the Radius/Depth across that given slice ? Formally, I would have a given, fixed longitude, and a list of vectors {latitude, radius, Value} that would show
2020 Oct 22
2
3d plot of earth with cut
Thanks for your idea. It should be a 2D slice/plane embedded into a 3D space. Could be static, I just need to make a single figure from it for illustration of the Earth together with its interior in 3D. So, the interior would be a slice in 2D along a fixed longitude. And along this 2D slice would be a heatmap. Again, embedded in 3D, since it would be shown as a slice of Earth in 3D. Duncan?s
2012 Sep 04
3
Tendonitis and R users
Hello This request asks something beyond the technicalities of the R language, I would like to ask you wonderful people if you have ever suffered as programmers ( or de facto programmers like myself though I am a 'research assistant') from tendonitis and how you coped with it, i have golfer's elbow on both sides. Any resources? Pancho Mulongeni Namibia
2013 Oct 07
1
search for variable in package in .GlobalEnv first
Hi First, sorry if I get the terminology wrong, I am still quite new to the concept of using environments and workspaces. Say I have a statement in a package SIM like sim <- TYPE where the variable TYPE is initialized in the package to e.g. "exponential" (SIM::TYPE == "exponential"). Now, I want to give the user the option of specifying the variable TYPE, but to the