Hi, I'm trying to learn how to use cg shaders in glscene, but i have some problems. I have ATI Radeon 9200SE and i installed the cgcomiler, but only few demos...
Hi! ... My guess is that you are using a DX or NV profile (that is, dx8vs, vp20, etc.). You have to use an OpenGL profile that is supported by the ATI graphics...
Have a look at this link http://www.caperaven.co.za/gls/onlinedocs/documents/cg.htm Apparently you also need to download the CGToolkit Regards Maarten "McCLaw"...
Hello, I want to ask if anybody knows how to start codibf a Massively Multiplayer Online game (MMOG). What do we need to make one, let say I have a skill in...
Hi, I'm no specialist on this subject, but I think you need a VERY powerfull server with very powerfull hosting solutions... Don't forget MMOG usually have a...
Read these two articles about developing middleware for Wish, a MMORPG by Mutable Realms. http://www.acmqueue.com/modules.php?name=Content&pa=showpage&pid=115 ...
Hello! :) I have been trying to use the OpenAL EAX extensions in Delphi, but get exceptions each time I call EAXSet. I tested to see if the extension was ...
After some hunting around, I found the Eax.pas that you refer to. It's not in the official Delphi port of OpenAL. In eax.h, it declares EAXSet and EAXGet as ...
Hey Steve, You where right, I changed the stdcall to cdecl and now it works like a charm! ... I had a demo that came with the Creative OpenAL SDK but while...
Hello guys ... I am learning DeleD now, is there anyone could help me where's the mailing list (Forum) for it ? Or maybe good resources for beginner .. I am...
... From: Sundawa, Yoppy To: delphigames@yahoogroups.com Sent: Friday, March 26, 2004 10:26 AM Subject: DelphiX Sprite Hi, I want to ask about DelphiX /...
hi, greets to everybody! i'm kinda new here, so please don't take it hard on me if i ask something alredy being discussed (although i did the research). here...
Hi! ... I don't know this exact library, but a similar problem exists with the D3DX library, where Microsoft publishes only the MS version of the library. ...
Hi again! I have once again looked at fmod.org and found that minifmod has open source! So there is at least a theoretical possibility to compile the source in...
veni, vidi, quit... kinda horror to adapt. and i only have freeware-cmd version of borland c-bulder compiler (no full package). but just too many errors. ...
Hi! ... Yes, this could work... The way it works in Delphi is IIRC identical to that of Turbo Pascal. You export the procedures (TASM uses "PUBLIC procname"...
hi again! how come you know all the stuff i need :-))? i'm also kinda interested in cryptography too. ever tried steganography? thx for example. i'll see if i...
Hi ... How can I translate my 3DS files into readable animation by GLScene, I look up the demo and find out that the MD2 format is applicable, But what is that...
If you ever played Quake2 and fragged a little, then you know what a MD2 format is. And if you do, you know it is quite old and far, far away from 3DS. The...
OK, Since i only learn it from the demo, I didn't know if 3ds is a lot much better, AFAIK, in the demo only uses 3ds as static (not animated) object, while md2...
Hi! That's kind of what I would like to know. How can you programmatically animate a 3ds model? I want to be able to work with each point in the skeleton. Is...