Skip to search.
anfy3d-api · Anfy 3D API development list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 388 - 417 of 5654   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
388 Ahmed Amini
ara3n@... Send Email
Feb 1, 2001
2:08 pm
Is there a way to for spz files to convert to the new a3d format? ... From: "Andrea Fasce" <executor@...> To: <anfy3d-api@yahoogroups.com> Sent: Wednesday,...
389 Ben Rees
benr@... Send Email
Feb 1, 2001
5:31 pm
The applet simply creates a few objects in the init() method then allows the user to rotate them by detecting mouse movements / drags. All objects are created...
390 Joachim Diepstraten
chojin@... Send Email
Feb 1, 2001
5:32 pm
Ehlo http://www.antiflash.net/mirror.html features another multipass demonstration of anfy3d featuring mirror-technique ... Btw I've also got a question : Why...
391 Andrea Fasce
executor@... Send Email
Feb 1, 2001
5:42 pm
NO, spz is no more supported. But if you've a way to translate spz in a good vrml you can use the new wizard. Ciao, Andrea ... From: "Ahmed Amini"...
392 Joachim Diepstraten
chojin@... Send Email
Feb 4, 2001
9:11 pm
Ehlo Here is the promised list of functions I would like to see in anfy3d for the GL4J render. (Sorry it took a lot longer) -glAccum -glAlphaFunc -glBlendColor...
393 Joachim Diepstraten
chojin@... Send Email
Feb 7, 2001
9:58 pm
Ehlo I've a little suggestion for the anfy3dapi concerning the documentation. You ever thought about outlining the rendering-pipeline which is used You don't...
394 Joachim Diepstraten
chojin@... Send Email
Feb 11, 2001
8:21 pm
Hi After 8 months of waiting the Jmark2k+1 project is back under the AFK-flag. I finally installed my own Servlet/JSP-Server (Tomcat) on my own personal weak...
395 Fabio Ciucci
fabioc@... Send Email
Feb 11, 2001
11:07 pm
Hi. Nice! But there's some bug with Netscape 4.x JVM. Scores are, with my Pentium-500 & Geforce: Explorer 5: 55.0 (MS JVM 1.1.4) Netscape 6: 48.0 (Sun Java2) ...
396 cristobal@... Send Email Feb 12, 2001
9:13 pm
Hi I have 2 questions about anfy3d: 1. How is the permormance compared with shout3d or blaxxun3d? Is it faster? Is it more complete? 2. As I know anfy3d uses...
397 Andrea Fasce
executor@... Send Email
Feb 13, 2001
12:49 pm
Hi, I'm the creator and programmer of anfy3dAPI, ... anfy3dapi is faster than shout3d. anfy3dapi is comparable with blaxxun3d (consider that I'm the one behind...
398 Joachim Diepstraten
chojin@... Send Email
Feb 13, 2001
1:02 pm
Ehlo ... Thanks ... Thanks I fixed it now, stupid Netscape VM again, it maybe fast with anfy3d but it still is buggy it was just not able to post the data via...
399 Joachim Diepstraten
chojin@... Send Email
Feb 15, 2001
4:54 pm
Hi Cristobal ... Can't speak of blaxxun3d. Never heard of that one. But shout3d plain sux IMHO. I had a look at their demonstrations it took ages to load and...
400 A.C.Cubitt
a.c.cubitt@... Send Email
Feb 20, 2001
6:04 pm
Hi, I was wondering if anyone could help me with with a problem that I'm having with an anfy3d applet I have written. I first posted this message in January,...
401 Ben Rees
benr@... Send Email
Feb 21, 2001
4:44 pm
More generally, to get rid of these tedious applet security problems, I do the following... 1) Search My Computer for file with name 'java.policy'. 2) Click on...
402 Carl Smotricz
Carl.Smotricz@... Send Email
Feb 21, 2001
4:45 pm
Hello Alex, Yes, I may be able to help. The newer Java runtimes are more finicky about some things. There are a bunch of settings in places like ...
403 Peter Lüders
pe7@... Send Email
Feb 21, 2001
4:45 pm
i think i met a similar problem: but it occurs only with sun-java (netscape 6 or appletviewer) : sun.applet.AppletSecurityException: checkpackageacces (java...
404 Joachim Diepstraten
chojin@... Send Email
Feb 21, 2001
7:39 pm
Hi ... hmm sounds really like an access problem. Have you included the files inside a JAR or are they lying "plain" in directories? In both cases you have to...
405 Andrea Fasce
executor@... Send Email
Feb 21, 2001
10:56 pm
It's really strange becouse in all the samples included inside the samplespack anfy3dapi is always used inside applets. Are you able to compile and run the...
406 Nizan.Horsefield@... Send Email Feb 21, 2001
10:58 pm
Hello Forgive me if I ask questions that you have already covered. But this exception could come from a few areas. I haven't seen this error myself, but can I...
407 Peter Lüders
pe7@... Send Email
Feb 21, 2001
11:37 pm
i posted something to this thopic yesterday... didnt went through. i think its very bad approach to fiddle on the security settings of java 1.3.x . it would be...
408 Hoek, Peter
Peter.Hoek@... Send Email
Feb 22, 2001
1:27 am
409 A.C.Cubitt
a.c.cubitt@... Send Email
Feb 22, 2001
1:31 am
Dear all, Thanks for the help. I've altered the security settings on my machine as suggested to... grant { permission java.security.AllPermission; }; .. and...
410 ahmed amini
ara3n@... Send Email
Feb 22, 2001
12:15 pm
hello Alex I run the app and no warning or exception. It run fine. Could i take a look at your code? Have you released the code? bye ... From: "Andrea Fasce"...
411 Carl Smotricz
Carl.Smotricz@... Send Email
Feb 22, 2001
2:09 pm
Hello Peter, Posts take a while to go through because this list is moderated. I wish Andrea had more time to check mail and do stuff like this. Or else simply ...
412 Fabio Ciucci
fabioc@... Send Email
Feb 22, 2001
5:46 pm
Hi. Regarding the moderation of the list, I am the moderator, and I think it's worth waiting some hours to have messages displayed. Why? Because we get a lot...
413 Andrea Fasce
executor@... Send Email
Feb 22, 2001
5:47 pm
Hi Carl, I'm not using any sun.* functions. The software render is pure java and does not use any kind of strange packages. Anyway I'm sure that gl4java (the...
414 Peter Lüders
pe7@... Send Email
Feb 22, 2001
8:39 pm
... hi, i tried to run the sample "envmap_sw.html" (that is shipped with the api) using appletviewer with java 1.3.0-C (win32) and got the same exception in...
415 Peter Lüders
pe7@... Send Email
Feb 22, 2001
8:40 pm
hello ... hmm you may be right that Andrea uses some com.sun.* classes that cause the packageException. but perhaps there is another reason for the exception:...
416 ahmed amini
ara3n@... Send Email
Feb 22, 2001
8:42 pm
the link idea is a good idea. I would like to see some apps with anfy3d usage. I am still learning and if you guys have any programs written. could u post a...
417 Hoek, Peter
Peter.Hoek@... Send Email
Feb 22, 2001
10:13 pm
Hello, What would be the best way to display 3d text (or even 2d text in 3d space) using the Anfy API. Regards. Peter Hoek...
Messages 388 - 417 of 5654   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help