search for: scene

Displaying 20 results from an estimated 955 matches for "scene".

2012 Oct 17
2
dovecot died
...omagically. Service Check Method: [check command] Number of Restart Attempts: 1 Cmd Service Check Raw Output: dovecot is not running Startup Log: /etc/init.d/dovecot: line 15: 6043 Alarm clock /usr/sbin/dovecot > /dev/null 2>&1 Syslog Messages: Oct 12 04:01:01 scene dovecot: imap-login: Login: user=<__cpanel__service__auth__imap__lvgws_iymiqndfmflick2pa3yjzc56ukpa2t6x3 yj43fuh...>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Oct 12 04:01:02 scene dovecot: IMAP(__cpanel__service__auth__imap__lvgws_iymiqndfmflick2pa3yjzc56ukpa2t6x3y j43fuhjgeiqomc3...
2008 Dec 16
0
[LLVMdev] Another compiler shootout
...Vec sub(const Vec a, const Vec b) { return vec(a.x-b.x, a.y-b.y, a.z-b.z); } Vec scale(real a, const Vec b) { return vec(a*b.x, a*b.y, a*b.z); } real dot(const Vec a, const Vec b) { return a.x*b.x + a.y*b.y + a.z*b.z; } Vec unitise(const Vec a) { return scale((1.0 / sqrt(dot(a, a))), a); } struct Scene { Vec center; real radius; struct Scene *child; }; real ray_sphere(Vec o, Vec d, Vec c, real r) { Vec v = sub(c, o); real b = dot(v, d), disc = b*b - dot(v, v) + r*r, t1, t2; if (disc < 0.0) return INFINITY; disc = sqrt(disc); t2 = b + disc; if (t2 < 0.0) return INFINITY;...
2008 Dec 16
6
[LLVMdev] Another compiler shootout
FYI. http://leonardo-m.livejournal.com/73732.html If anyone is motivated, please file bugs for the losing cases. Also, it might make sense to incorporate the tests into our nightly tester test suite. Thanks, Evan
2015 Nov 04
2
navigation mode(s) in rgl
Hello, I've CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to hear from the broader community of any insights. In rgl my understanding is that there's only one rotation-navigation mode, where you left-click hold and the view pivots abound the centre of the scene. In other tools, including Google Earth, that is the default behaviour but there's also a click-centric mode where the view pivots about the point clicked on. I haven't found the right terminology for this, but I call it 1) Data-centric navigation, rotating about the centre of the data i...
2008 Mar 20
0
Having trouble with a remote-crop-then-resize using attachment fu =(
Basically, I''m trying to crop multiple images out of a remote/original scene.. Think flickr ''tagging'', only, the pixs in the tagged boxes become their own unique images.. by way of simulating an upload from the controller using attachment fu.. can''t quite figure out the specific method in fu that would allow me to do this.. I''m so near th...
2011 May 12
2
Exporting interactive 3D plots with axes and labels
...) 1. I know thanks to Luke Tierney (www.stat.uiowa.edu/~luke/R/misc3d/misc3d-pdf/misc3d-pdf.pdf) how to export the 3D plot without the axes and labels with: dummy=function(...){ contour3d(p,x,x,x,level=mean(p),scale = FALSE,...) } conts=dummy() saveTrianglesAsOFF <- function(scene, filename = "scene.OFF") { scene <- misc3d:::colorScene(scene) triangles <- misc3d:::canonicalizeAndMergeScene(scene, "color", "color2", "alpha", "col.mesh", "fill", "smooth")...
2011 Dec 09
1
rgl.postscript() failure when saving a scene
Dear all, I write to the community to know if other people expierenced the same problem. I want to save a rgl scene where I plotted a 3d cloud of spheres whose radius is set proportional to a given variable and coloured by another group variable and with 95% ellipsoids for distribution of any group. I had no problem at all for coding but I had two problem when saving the scene (in any format) using rgl.postscrip...
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 Msc...
2005 Mar 02
1
Patch that fixes distortions during static scenes
Here is a patch that fixes distortions that appear during scenes with no motion. Tbe problem was that UpdateFrame() was not being called when a MotionScore of 0 was computed. Since UpdateFrame() was not called the buffer returned by theora_encode_packetout() would be the same buffer that was output for the last frame that had a non-zero MotionScore. This is o...
2005 Jul 19
0
Problems in rgl on MacOS X
...WindowImpl' has virtual functions but non-virtual destructor gui.h:89: warning: 'class gui::GUIFactory' has virtual functions but non-virtual destructor pixmap.h:39: warning: 'class PixmapFormat' has virtual functions but non-virtual destructor More seriously it breaks in scene.cpp thus: g++ -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/ include -I/System/Library/Frameworks/OpenGL.framework/Headers -I/usr/ X11R6/include -DDarwin -DNO_GL_PREFIX -I/usr/X11R6/include -I/usr/ local/include -Wall -pedantic -fno-exceptions -fno-rtti -fno-common -g -O2 -c s...
2007 Feb 06
2
Login systems : stubbing accounts and AR association proxies
...mount of login and ''ownership'' logic. For instance, we have a number of clients (companies), each of which has several accounts. A client owns a number of different types of resources, and shouldn''t see any other clients'' resources, so, for example, our ScenesController contains a lot of references to ''current_client.scenes'', rather than Scene.find(:all) All of which works pretty well, but it can make testing very tedious. I always need to set up a fake client, and a fake account, and log in with that account, and make sure t...
2002 Nov 25
3
scale for the y-axis
hi there I hope you can help me I'm doing a boxplot and I'm trying to change the y-axis from seconds to minutes I do this: boxplot ( time~movement*scene, ylab = "Time (seconds)", xlab = "Condition") but seconds goes from 0 to 900 and I'm looking to change it into minutes I've been though the manuals but I don't know what you call this function so its hard to look it up I've looked up scale y-axis division etc,...
2004 Mar 24
1
Support for layers and alpha channel?
...port. While the subtitles are busy translating the conversation the on-screen text is lost in translation or reduced to a oneliner to fit in, even if done well it kind of breaks concentration as you must choose what to read. Would it not be cool to have the possibility to overlay the text of a scene with a localized version of the text. Using an alpha channel gives low bandwidth, expressive freedom and streaming choice. Yes, the stream could name the available language overlay channels and the streaming client could say no, I don't need that part of the stream. The overlay track could...
2007 Dec 22
0
v1.1.beta12 deliver crashes (arvids) Ditto!
...ut out > > Regards, Arvids > > > ------------------------------ > I am getting essentially the same type of error, except that the message actually is delivered along with a receipt to the sender that it was not able to be delivered. Dec 22 11:33:57 mac-g5 deliver(jerry at scene-naturally.dyndns.org) [28416]: msgid=<B865E78F-83BB-4B46-864C-44EEC1BC01AF at scene-naturally.dyndns.org >: saved mail to INBOX Dec 22 11:33:57 mac-g5 deliver(jerry at scene-naturally.dyndns.org) [28416]: file index-mail.c: line 1042 (index_mail_close): assertion failed: (!mail->data...
2001 Dec 11
0
Wine 2001.11.08, FreeBSD 4.{2,4}, Lightwave 5.6 Screamernet Node
...0 notepad.exe", and that works fine. Notepad is able to read and write files on the 'local' C: drive, and the Z: drive, and those files appear in the Unix file system as expected -- in the case of the Z: drive they appear on the controller as well. So far so good. So I create a test scene in Lightwave. The scene contains a description of all the objects in the scene, their position, and so forth. The scene *also* specifies where the frames rendered by each node are going to go. For the time being, I turn this off. Effectively, this means that each node is going to render each fr...
2015 Nov 05
0
navigation mode(s) in rgl
...ve CCd' Duncan Murdoch as the rgl maintainer, but I'm also keen to > hear from the broader community of any insights. > > In rgl my understanding is that there's only one rotation-navigation mode, > where you left-click hold and the view pivots abound the centre of the > scene. That's not quite true: there are several modes built in, and the possibility of adding your own. > In other tools, including Google Earth, that is the default behaviour but > there's also a click-centric mode where the view pivots about the point > clicked on. > > I have...
2011 Jan 14
0
Paltalk scene
hi can somebody please help install paltalk scene, i have tried many threads here and in ubuntu forums withous success thanks in advance
2002 Nov 18
1
6 channel encoding
It appears that either Vorbis was never intended to support more than 2 channels or the algorithm doesn't work for low sound levels. In trying to encode Beauty and the Beast and Starwars II using 6 channels, the Vorbis encoder produced noise in all the scenes were audio dropped below -25 dB. Unfortunately since most dialog is below -25 dB, the Vorbis encodings are unintelligable for most of the movies. Not a single dialog scene in Starwars which could be understood using Vorbis encoding while the end credits in Starwars and the Ballroom scene in B...
2008 Feb 08
2
Date/Time config 'behind the scenes'
The GUI tool to set date time works great when your running X or whatever, but what is it really doing in the background? How do I setup automatic time synchronization from the command line? Reference the GUI setup doc at: http://www.centos.org/docs/5/html/5.1/Deployment_Guide/ch-dateconfig.html
2017 Jan 23
3
metaflac crashes adding cuesheet
...re-trying without the --no-utf8-convert and -no-utf8-convert. Here's the cuesheet: PERFORMER "William Shakespeare" TITLE "A Midsummer Night's Dream (Disc 1)" FILE "A_Midsummer_Nights_Dream_(Disc_1).flac" WAVE TRACK 01 AUDIO TITLE "Act I Scene i" INDEX 01 00:00:00 TRACK 02 AUDIO TITLE "Act I Scene ii" INDEX 01 14:53:05 TRACK 03 AUDIO TITLE "Act II Scene i" INDEX 01 21:00:22 TRACK 04 AUDIO TITLE "Act II Scene ii" INDEX 01 38:13:57 TRACK 05 AUDIO...