Search found 3 matches

by chooikw
Tue Oct 05, 2004 2:53 pm
Forum: Open Discussion and Dev Announcements
Topic: Will IRRLIGHT be a complete port to C#?
Replies: 10
Views: 1565

I'm an axiom user too. I hope that the irrlicht.net will have all of the irrlicht features soon and i'll port my game from axiom to irrlicht by the time :)

Is there anyone who can guarentee that irrlicht.net will continue developing and how long will it take to port the irrlicht features?

Thanks.
by chooikw
Wed Jan 28, 2004 10:48 am
Forum: Beginners Help
Topic: Movement help needed
Replies: 2
Views: 362

Movement help needed

Hi,i would like to know how to move my ball to South East if i pressed the key W&D ?
here is my event receiver code:
class MyEventReceiver : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event)
{
if (event.EventType == EET_KEY_INPUT_EVENT&&
event.KeyInput.PressedDown)
{
switch ...
by chooikw
Thu Jan 08, 2004 2:48 pm
Forum: Beginners Help
Topic: Mapping question
Replies: 4
Views: 566

Mapping question

Hi,is there any other way to create a map for use in Irrlicht instead of Quake3 map :?: :?: :?: