search for: primitivetype

Displaying 5 results from an estimated 5 matches for "primitivetype".

2008 Sep 24
2
rgl: ellipse3d with axes
...t I want, or, if it is, how to use it to draw the ellipse major axes in the plot. > e1 <-ellipse3d(cov, centre=mu, level=0.68) > str(e1) List of 6 $ vb : num [1:4, 1:386] 4.95 2.64 2.03 1.00 6.74 ... $ ib : num [1:4, 1:384] 1 195 99 196 51 197 99 195 27 198 ... $ primitivetype: chr "quad" $ homogeneous : logi TRUE $ material : list() $ normals : num [1:4, 1:386] 0.290 -0.902 -0.320 1.000 0.635 ... - attr(*, "class")= chr "qmesh3d" -Michael -- Michael Friendly Email: friendly AT yorku DOT ca Professor, Psychology Dept...
2008 May 31
13
Heroes of Might and Magic 5 crash
Hi, all. Since wine 0.9.59 (before I used 0.9.50 and all was O.K., but from 0.9.59 till 1.0-rc2 appear described problem) I am find strange behaviour of heroes 5 at wine. After starting application it begin intensively put on console output string like that: fixme:win:SetLayeredWindowAttributes (0x30024,0x00000000,0,2): stub! but that is not so critical as I know. Realy worst things begins when
2010 Feb 08
1
Acer Aspire 5739G - Wine doesn't work
Hi, I've recently received said notebook as a gift. Currently it's running Kubuntu 9.10, however Wine just doesn't seem to work - any aplication I try to run on it gives an error message 'The program has encountered a serious problem and needs to close', whether it's a game, WinRar or an installer. In fact the only .exe files that work are the ones included in wine
2008 Feb 04
0
[LLVMdev] Introducing myself, and Java project.
You probably want to sit down and have a long talk with Jeroen Frijters, the principal behind the IKVM project. Note that you will have to deal with ClassLoaders at some level, regardless of what you'd prefer. > A more obvious problem is, of course, that it is not possible to > compile Java code statically and save the result in the disk. > That is untrue--last time I checked, gcj
2008 Feb 03
5
[LLVMdev] Introducing myself, and Java project.
Hello, I am Ramon Garcia Fernandez. My interest in LLVM is to develop an interface for Java virtual machine bytecodes, so that Java programs can be run under LLVM. You may ask why not using the Java virtual machine. Although it may be improved, there are some misfeatures in it. This is what I have learned. It makes the communication with native code too expensive. Passing an array from native to