similar to: Interactive stereoscopic 3d rendering with RGL plot3d?

Displaying 20 results from an estimated 100 matches similar to: "Interactive stereoscopic 3d rendering with RGL plot3d?"

2011 Sep 26
1
Wine & HD3D S3D Stereo 3D, Stereoscopic 3D ?
http://www.amd.com/us/products/technologies/amd-hd3d/Pages/how-it-works.aspx Games: http://tridef.com/ignition/3d-games.html http://www.iz3d.com/games Desktop: http://forums.fedoraforum.org/showthread.php?t=241306 Wiki: http://en.wikipedia.org/wiki/3-D_film
2009 Jan 30
2
feature idea for wine : stereo 3D
NVidia is pushing a 200 dollar product which is nothing more than shutter glasses and ties into DirectX 10, encouraging people to move to Vista, which I personally believe is yet another nail in the coffen of closing the PC platform. Now I think a better idea would be to add a feature to wine that permits stereo imaging to be added to any program that makes use of 3D features in wine, to somehow
2011 Dec 21
3
Stereoscopic 3D in Wine?
When you play a "nomal 3D" game, whether it be Halo One or Skyrim, all the data needed to make a truly 3D experience is there, it's just that only one eye's viewpoint is rendered and sent to the screen. There's this free download called the IZ3D 'driver' which has a free anaglyph mode. (Anaglyph means the two-color method to producing true 3D, in this case red-cyan.)
2017 Apr 11
2
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
Enable stereoscopic output for HDMI and DisplayPort connectors on NV50+ (G80+) hardware. We do not enable stereoscopy on older hardware in case there is some older board that still has HDMI output but for which we have no logic for setting the Vendor InfoFrame. With this, I get an obvious 3D output when using the "testdisplay" program from intel-gpu-tools with the "-3"
2006 Jan 31
2
SVM question
I'm running SVM from e1071 package on a data with ~150 columns (variables) and 50000 lines of data (it takes a bit of time) for radial kernel for different gamma and cost values. I get a very large models with at least 30000 vectors and the prediction I get is not the best one. What does it mean and what could I do to ameliorate my model ? Jerzy Orlowski
2017 Apr 11
0
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
On Tue, Apr 11, 2017 at 1:11 PM, Alastair Bridgewater <alastair.bridgewater at gmail.com> wrote: > Enable stereoscopic output for HDMI and DisplayPort connectors on > NV50+ (G80+) hardware. We do not enable stereoscopy on older > hardware in case there is some older board that still has HDMI > output but for which we have no logic for setting the Vendor > InfoFrame. > >
2017 Apr 12
1
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
On Tue, Apr 11, 2017 at 1:32 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Tue, Apr 11, 2017 at 1:11 PM, Alastair Bridgewater > <alastair.bridgewater at gmail.com> wrote: > > + /* HDMI 3D support */ > > + if ((disp->disp.oclass >= NV50_DISP) > > You probably meant G82_DISP. Although I don't know if there were any > G80's
2008 Nov 18
2
pam_start() failed: system error
Hi, I'm using dovecot 1.1.3 on FreeBSD 6.3, x86, files are on NFS, except control and index files, which are local, on UFS2. It's moderately loaded, there are usually not more than 30 clients simultaneously. dovecot runs fine for 3-10 days, then people can't connect any more, and dovecot says: Nov 18 13:20:44 dizzy dovecot-auth: pam_ldap: ldap_simple_bind Can't contact LDAP
2008 Nov 23
4
Visualizing a call graph
Hello all, I have been taking basic steps with DTrace and subscribed today to this list. I have written a simple DTrace script to trace all the function entry/exit from a given function: #pragma D option flowindent pid$1::*mysql_select*:entry { self -> start = vtimestamp ; } pid$1::*mysql_select*:return /self -> start/ { self -> start =0 ; } pid$1:::entry, pid$1:::return
2011 Jun 14
4
How about add 3D-stereo-features in future?
I think this feature may be realesed more easly(because wine get all 3d-calls) than other programs like vrizer (now vrizer is dead).
2003 Apr 22
1
help needed - Officejet 7110 printing problem under RH7.2
Hello, I have RH 7.2 and was trying to make HP Officejet 7110 work with it. I have upgraded ghostscipt to 7.0.6 installed hpijs1.3.1 and foomatic-2.0. So in printconf-gui I was able to chose HP OfficeJet 7110 from the printers list and install hpijs driver. After sending page to print, printer is displaying message (printing) after printing page and diode On is blinking. Setting in printconf-gui
2015 Jul 19
2
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
On 07/18/2015 01:09 PM, Dave Airlie wrote: >>>> >>>> We can disable it by default on exa - intel and amd/radeon drivers also >>>> disable by default. However, on gpus >= maxwell only glamor accel is >>>> supported and glamor on nouveau is either dri3/present or no hw accel at >>>> all >>>> afaics. >>> >>>
2009 Jul 09
2
Save rgl plot3d Graph as Image
Dear Users: I wish to save 3d scatter plots I have generated using the plot3d command in the rgl package. Any image format such as .tiff would work. Can anyone tell me how to do this? Thank you [[alternative HTML version deleted]]
2013 Oct 14
1
Transform plot3d grafics in to executable files
Hello, I did some nice grafics using plot 3d and scatter3d. Is there a, hopefully not too complicated way, to transform these dynamic, three-dimensional and interactive grafics in a kind of executable file? I want to show and send them via e-mail to projekt partners who don`t use GNU R and who are not used to do programming. So the result should be quite comfortable to execute for them in
2010 Jul 23
1
greek letters in rgl plot3d
Dear RGL experts, I haven't been able to add greek letters to my rgl plot3d. I have tried "expression" with no success. Here is the interested bit: > library(rgl) > cb <- cube3d() > plot3d(cb,xlab=expression(alpha),ylab="",zlab="",box=FALSE,alpha=0.5) The expression(alpha) appears as "alpha", rather than as a greek symbol. I suspect greek
2013 Jan 24
0
Creating a "scene" with plot3d or point3d
Hi the list, As far as I understand, a possibility to create a "scene" is to provide a list of triangles to the function makeTriangles. Is there also a way to turn the data that are used by "plot3d" into a scene? I would like to write: --- 8< --------- M <- matrix(runif(12),4) plot3d(M) ### Some secretes operations that turn M into a Mscene Mscene <-
2017 Jun 21
0
customizing color key with plot3D
Hi, I am doing composite plots with the package plot3D. One of my variables is qualitative and indexed to integers, and I would like the legend for it to have labels located at the integer values (midpoints), and not at the breaks between classes. In the example below, the Elev Classes legend has labels at the breaks and nothing at the midpoints. How can I show the class labels at 1:3, and not
2017 Jun 29
0
plot3D color ramp not working as expected
Hi, I want to use a discrete color ramp with plot3D, and show NA values as white (default). I get unexpected results per the following. # as in help(slice3D) example: par(mfrow = c(2,2)) x <- y <- z <- seq(-1, 1, by = 0.1) grid <- mesh(x, y, z) colvar <- with(grid, x*exp(-x^2 - y^2 - z^2)) slice3D (x, y, z, colvar = colvar, theta = 60) # # use three discrete classes and colors
2019 Jan 18
2
plot3d con library(rgl)
Buenas tardes. ¿Sabe alguno de vosotros cómo indicar la variable con la que identificar los puntos con plot3d? library(rgl) plot3d(Data$RTLML,Data$JD,Data$SB) Las muestras pertenecen a una de dos categorías, según la variable "Family", pero no sé cómo hacer que me las represente de diferente color. Gracias, Manuel . -- Dr Manuel
2007 Jul 19
1
plot3d labels
Hello R users, I am a newby using R 2.5.0 on a Apple Power Book G4 with Mac OS X 10.4.10. Sorry that I ask again such stupid questions, but I haven´t found how to label the points created with plot3d (rgl). Hope somebody can help me. Thanks in advance. Birgit Birgit Lemcke Institut für Systematische Botanik Zollikerstrasse 107 CH-8008 Zürich Switzerland Ph: +41 (0)44 634 8351