Hello Anfy3D API users, With the new year, here are the new releases at: http://www.anfyteam.com/dev/a3d/ Here you can find Anfy3dAPI v 1.2 with some bugfixes,...
310
michael.mccormick@...
Jan 2, 2001 8:20 pm
Andrea, Thanks a-lot, that works, but now I get an error saying "No method found matching getComponent()" Component tmp = engine.getComponent(); Sorry to be a...
311
Andrea Fasce
executor@...
Jan 3, 2001 10:46 am
I think that the problem is inside the configuration of Forte and where it searches for the classes. Try to create an anfy3d jar archive putting all the a3dAPI...
312
Joachim Diepstraten
chojin@...
Jan 7, 2001 6:51 pm
Ehlo Fabio Happy new year first. Sorry I was on vacation :) ... Yep I did but the result is still the same. EOF, J.D. (aka Chojin/OtakInc)...
313
Andrea Fasce
executor@...
Jan 8, 2001 12:40 pm
Which graphic card are you using ? BYE Andrea ... From: "Joachim Diepstraten" <chojin@...> To: <anfy3d-api@egroups.com> Sent: Sunday, January 07, 2001...
314
Joachim Diepstraten
chojin@...
Jan 9, 2001 1:59 pm
Ehlo Andrea ... GeForce256 DDR on Windows2000. But I haven't tested it yet with 1.2 did anything change concerning this matter? EOF, J.D. (aka Chojin/OtakInc)...
315
michael.mccormick@...
Jan 10, 2001 2:11 am
Andrea, Thanks a-lot. It was a classpath problem. I was wondering if you would send me ChatClient.java so that I can see that code. I would like to know how...
316
Mauro Colella
mauro.colella@...
Jan 10, 2001 2:15 am
An incredible java 3d engine, and a GL interface. That's more than a man could dream of. But here's the response of Netscape 6 when tryin' to display ...
317
Andrea Fasce
executor@...
Jan 10, 2001 2:20 am
Yes, I've changed the rendering call (so you should also be able to put a smaller sleep time :-) BYe Andrea ... From: "Joachim Diepstraten"...
318
Andrea Fasce
executor@...
Jan 10, 2001 3:56 pm
To have applets talking you should create a server and then connect the two applets to the server. It's quite simple to do, and you should be able to find the...
319
Carl Smotricz
Carl.Smotricz@...
Jan 10, 2001 3:56 pm
Hello Mauro, the same thing happened to me when I tried to run the applet in a 1.2 or 1.3 JVM. I hope there's a simple fix. I am working with Anfy because it's...
320
Andrea Fasce
executor@...
Jan 10, 2001 3:57 pm
To have gl4j working under NS6 you should play with NS security manager. This is a problem becouse netscape is changing the security handler for every new...
321
Mauro Colella
mauro.colella@...
Jan 10, 2001 4:03 pm
I know this is kind of stupid, but my problems seem to come from the lack of GL4Java certificates in my Netscape browsers. Netscape 6 can't display the applets...
322
Fabio Ciucci
fabioc@...
Jan 10, 2001 5:06 pm
Hello, and thanks for appreciating our efforts! It seems, Gl4Java plugin does not work on Netscape 6. Surely, a way to update Gl4Java to work on NS6 exists but...
323
Andrea Fasce
executor@...
Jan 10, 2001 11:48 pm
You should look on gl4java page if there's a workaround for this. BYE Andrea ... From: "Mauro Colella" <mauro.colella@...> To:...
324
Joachim Diepstraten
chojin@...
Jan 11, 2001 12:02 am
Hi ... Speaking about games, anyone checked this out : http://www.jagex.com/runescape.html Especially the people doing that chat-avatar-rpg-game? EOF, J.D....
325
Joachim Diepstraten
chojin@...
Jan 11, 2001 12:40 am
Hi Andrea ... Hmm interesting I still have the same problems with the new API. I've uploaded a new version of the demonstration I wrote last time. Now with...
326
Joachim Diepstraten
chojin@...
Jan 11, 2001 12:40 am
Hi What does the method grow in the class a3dCORE do? The description is empty! EOF, J.D. (aka Chojin/OtakInc)...
327
Joachim Diepstraten
chojin@...
Jan 11, 2001 1:06 am
Hi Well after looking at Anfy3dapi v1.2 closer and I wanted to port my latest demonstration to it, I came up with another problem. As I can see the...
328
Peter Lüders
pe7@...
Jan 11, 2001 6:01 pm
i think its: a3dAPI engine=new a3dCORE("software"); ((a3dSWH)engine.getComponent()).extDoThisAndThat(...) cheers peter ... -- (((http://jzone.de)))...
329
Peter Lüders
pe7@...
Jan 11, 2001 6:01 pm
thanks for this link... its a very interesting project... its quite exactly the project i have/had in mind... chracters and landscape looks a little ugly but...
330
Andrea Fasce
executor@...
Jan 11, 2001 6:03 pm
ops, it's used internally... Will change his pretection in next version :-) ... From: "Joachim Diepstraten" <chojin@...> To: <anfy3d-api@egroups.com> ...
331
carlossg@...
Jan 11, 2001 6:06 pm
Hi,I´ve been playing around with Anfy 3D API, and I realize that even the most simple program like the 'hello world' included in the tutorial takes 100% CPU,...
332
Mauro Colella
mauro.colella@...
Jan 11, 2001 6:06 pm
I will. I've been struggling six months to learn java and find a way to show my boss the benefits of anfy3D, I want and would like Anfy3D to became a ...
333
Peter Lüders
pe7@...
Jan 11, 2001 6:09 pm
with version 1.1 i had to uses thread.sleep(10) instead of thread.yield in the rendering loop. (thread.sleep(5) was also too slow) with version 1.2 i use...
334
Andrea Fasce
executor@...
Jan 11, 2001 6:11 pm
You should use a3dCORE.getComponent() and cast it to (a3dSWH) so it's something like: a3dSWH driver = (a3dSWH)engine.getComponent(); BYE Andrea ... From:...
335
Carl Smotricz
Carl.Smotricz@...
Jan 11, 2001 10:41 pm
Hello CSG'01, I'm not one of the Any people, I am just the first to happen upon your post. Whatever I say may be wrong! There's nothing wrong with the...
336
Ahmed Rashed Amini
ara3n@...
Jan 12, 2001 11:52 am
hello i have been over the tutorial and was trying to load a using the anfy3d.java that came with the tutorial and loadd hand4.a3d file but have been getting...
337
Joachim Diepstraten
chojin@...
Jan 12, 2001 11:52 am
Hi Peter & Andrea Thanks you both for your input, works great! EOF, J.D. (aka Chojin/OtakInc)...
338
Joachim Diepstraten
chojin@...
Jan 12, 2001 11:53 am
Hi Peter ... NP ... Well I couldn't test it, it operates on a port which I can't access through our firewall here. EOF, J.D. (aka Chojin/OtakInc)...