search for: surfaces

Displaying 20 results from an estimated 2608 matches for "surfaces".

Did you mean: surface
2010 Jul 03
0
Prince of Persia : Forgotten Sands = No sound
Hello, I tried with alsa and OSS. PulseAudio isn't installed and i use Archlinux x86. I tried too with Wine 1.2-rc6. I have sound during the installation, and during the video but i haven't sound during the game when i play. I launch the game with a console and i have this : Code: err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
2007 Feb 02
0
Attempting to get FFXI working.
Hello - I'm trying to get Final Fantasy XI working under wine. In order to do that, I need to get the PlayOnline Viewer working first. According to the AppDB, PlayOnline was working up to Silver level on Wine 0.9.19. ( http://appdb.winehq.org/appview.php?iAppId=1992 ) I'm running FC6, Wine 0.9.30, and Nvidia drivers v1.0-9746. Below is the debug output that I get when trying to run the
2009 Aug 30
3
Wine Crashes with EVE-Online
Hey everyone, please excuse the briefness of the post but I am trying to get to bed after screwing with this for 6 hours. To proceed: 9 times out of 10 when I launch Eve using "wine explorer /desktop=0,1,800x600 "F:\EVE\eve.exe"" the app just doesn't launch. It throws the splash screen then just minimizes it with no errors and leaves up the windowed session. When the app
2010 Aug 19
0
BioHazard 4+Wine
Excuse me for my English. I'm only 13 years old. I'm just learning. OS: Ubuntu 9.10 Version of wine: 1.2 Video: ATI Radeon HD 3600 Series. Drivers for video card installed prioretarnye. Derivation of the game from terminal: Can you explain the output terminal in any manner. On the Russian forums, I found no answer. Code: fixme:advapi:RegisterEventSourceA ((null),"amBX
2010 Oct 20
2
histograms resulting from call to soil.texture
Hello, Using the dataset below I produce a soil.texture plot (R code for this included at the end). One will notice I have plotted the points based on whether or not they are in a region called 'upstream' or 'downstream'. I'm curious if there is a way to somehow extract counts of the number of points (red points and blue points) falling within each classification (e.g. silty
2009 Oct 19
3
Variant of cloud with "sticks" from points to surface
Hi, I'd like to (1) plot a perspective view of a 3D scatterplot, with a fitted (curved) surface; (2) have a "stick" from each point vertically to the surface. The latter helps one visualize where a point lies in 3D, relative to the surface. Is there a variant of the cloud function (lattice package) which might do this? As far as I can tell, the cloud function will
2007 Nov 10
1
3 commits - libswfdec/swfdec_image.c libswfdec/swfdec_image.h
...ab1f5189990fe2ff91ed887bc8 Author: Benjamin Otte <otte at gnome.org> Date: Sun Nov 11 00:15:38 2007 +0100 get rid of rowstride and data members and decode directly to a surface This prepares loading PNG files, as we can do this directly with cairo, and cairo only hands out surfaces diff --git a/libswfdec/swfdec_image.c b/libswfdec/swfdec_image.c index 7dcb879..bff9fa6 100644 --- a/libswfdec/swfdec_image.c +++ b/libswfdec/swfdec_image.c @@ -33,6 +33,7 @@ #include "swfdec_debug.h" #include "swfdec_swf_decoder.h" +static const cairo_user_data_key_t key;...
2003 Jul 13
2
Coloured 3d surface
Hello, I created a 3d surface (persp) with some points overlaid on it, which is fine. Now I have a second set of z-values(x,y-values same as the first surface), which I would like to make visible on the same graph, however, not as a surface, but rather as coloured contour on the first surface, so that the resulting graph will consist of the original surface having the colour of the second
2012 Sep 11
4
Maintaining specific order when using aggregate or change order on axis
Hi All, I'm using the following code to produce some stacked bar graphs. *setwd("C:\\Users\\Tinus\\Documents\\NMMU\\R\\Seamounts")* *SChla <- read.csv("SM_Chla_data.csv")* * * *#Extract mean values from data file* * * *Coral <- SChla[185:223,] #Reduce SChla to Coral only* *coral <- with(Coral , aggregate(cbind(Pico, Nano, Micro), list(Depth),FUN=mean))*
2009 Jul 03
6
Civilization 4, Beyond the Sword crashes with "Out of memory
Hello everyone, Since a few weeks, Sid Meier's Civilization 4, Beyond the Sword 3.17 has become unstable on my system. I had no problems running it before. In fact, I submitted test results to the AppDB about it here: http://appdb.winehq.org/objectManager.php?sClass=version&iId=12753&iTestingId=34283 However, at the moment, Civ4 will crash after only minutes of play, with an out of
2012 Mar 25
2
Multivariate function from univariate functions
I'm relatively new to R and I'm stuck. I'm trying to construct a surface to optimize from a multivariate dataset. The dataset contains the response of a system to various stimuli. I am trying to optimize the mix of stimuli to maximize the response. To do so, I've interpolated the various datasets of type response vs. stimuli and I now have an array of functions
2007 Dec 30
4
Drawing thread not getting enough time from scheduler?
Need some assistance with animation again... When I run the drawing code in a separate thread, it''s slow as heck. I think it may be because the drawing thread isn''t getting enough time from the thread scheduler. I was able to reproduce the problem in my little sample program simply by increasing the number of lines it draws per update. I''m lucky to get one frame
2010 Nov 26
2
3D-surface colour based on the values of X or Y data points
Dear R-experts, Using persp3d(), I plotted a 3d surface. I would like to colour this surface based on the result values (dependent variable) grouped in, say, three to five different ranges. Later, I would also like to paint the same surface based on the range-values of one of the independent variables. Please help. Thank you. Regards, Suresh -- View this message in context:
2008 Nov 21
2
rgl lighting question
Hi, I'm using rgl to generate a 3D surface plot and I'm struggling to get the lighting correct. Currently the surface gets plotted, but is very 'shiny'. On rotating the view, I get to see parts of the surface - but overall I don't see much detail because of the spotlight like lighting. I've played around with the specular, ambient and diffuse but I can't
2007 Nov 07
1
thumbnailer/swfdec-thumbnailer.c
thumbnailer/swfdec-thumbnailer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a31d0686b78df2da96b9d8d1e3220e63978bba30 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 7 20:02:04 2007 +0100 s/swfdec_player_get_image_size/swfdec_player_get_default_size/ diff --git a/thumbnailer/swfdec-thumbnailer.c b/thumbnailer/swfdec-thumbnailer.c index
2005 Oct 04
1
Rcmdr and scatter3d
Hi folks, I'd like to use scatter3d (which is in R commander) to plot more than one dataset in the same graph, each dataset with a different color. The kind of stuff you would do with "holdon" in Matlab. I read a recent message that was posted to this list with a similar problem, but I couldn't understand the reply. Could someone give me one example? How do you plot subgroups
2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
Import "DisplayState interface change" from qemu mainstream: the patch has been adapted to qemu-xen and merged with several following fixes. The original qemu svn commit is the following: git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/console.c
2004 Nov 26
3
Response Surface
Hi. I'm a student at Simon Fraser University in British Columbia, Canada. I can't for the life of me figure out how to plot a 3D surface (A 3D response surface to be more specific) in R. I found your email address on a web board, and saw someone mention wireframe(), but using the help in R yielded no results. Any suggestions? Thanks. Dean Vrecko
2012 May 03
2
Finding local maxima on a loess surface
If a run a LOESS model and then produce a smoothed surface: Is there any way to determine the coordinates of the local maxima on the surface? [[alternative HTML version deleted]]
2005 Oct 05
3
transparent surface in rgl
Hi all I am a complete newbie to this list (just subscribed) and a newcomer to R (an S user from olden times). I have been using scatter3d to create a 3d scatter plot with surface. The graphic is created within the rgl package and I have used rgl.postscript to export it so I can generate a publication quality image. My problem is that the plotted surface is no longer transparent in the