Search found 8 matches

by ucoskun
Mon Aug 27, 2007 9:52 am
Forum: Bug reports
Topic: My3d Texture Problem
Replies: 8
Views: 829

Ok , thanks Hybrid
by ucoskun
Sun Aug 26, 2007 1:42 pm
Forum: Bug reports
Topic: My3d Texture Problem
Replies: 8
Views: 829

by ucoskun
Sun Aug 26, 2007 9:44 am
Forum: Bug reports
Topic: My3d Texture Problem
Replies: 8
Views: 829

hybrid wrote:Are you sure that the mesh was properly exported?
Yes, I'm sure. :(
by ucoskun
Sat Aug 25, 2007 8:24 pm
Forum: Bug reports
Topic: My3d Texture Problem
Replies: 8
Views: 829

My3d Texture Problem

Hi, I make a level in 3D Studio Max 8 and export to 3ds. I opened 3ds file in gile[s] and textured all objects. I adjusted U , V scales of textures , lightmapped and export to my3d format. http://img205.imageshack.us/img205/5097/haritadx3.jpg But when i loaded in irrlicht , textures extended. http:/...
by ucoskun
Sun Aug 12, 2007 10:28 am
Forum: Beginners Help
Topic: VC 6.0 --> Irrlicht.dll
Replies: 3
Views: 249

You have to copy Irrlicht.dll from irrlicht-1.x.x\bin\Win32-VisualStudio\ to your project path.
by ucoskun
Fri Jul 27, 2007 10:19 pm
Forum: Beginners Help
Topic: EventReceiver and animation problem
Replies: 2
Views: 192

EventReceiver and animation problem

My codes are bool wpressed; bool spressed; bool walk; class CEventReceiver_eg3 : public IEventReceiver { public: CEventReceiver_eg3() { } ~CEventReceiver_eg3() { } bool OnEvent(SEvent event) { if(event.EventType == EET_KEY_INPUT_EVENT&&event.KeyInput.PressedDown == true) { if(event.KeyInput....
by ucoskun
Fri Jul 27, 2007 9:37 pm
Forum: Beginners Help
Topic: Key input problems
Replies: 4
Views: 471

bool wpressed; bool spressed; class CEventReceiver : public IEventReceiver { public: CEventReceiver() { } ~CEventReceiver() { } bool OnEvent(SEvent event) { if(event.EventType == EET_KEY_INPUT_EVENT&&event.KeyInput.PressedDown == true) { if(event.KeyInput.Key == KEY_KEY_W) { wpressed=true; ...
by ucoskun
Thu May 17, 2007 4:45 pm
Forum: Beginners Help
Topic: 3D World Studio and Irrlicht Lightmap problem
Replies: 2
Views: 206

3D World Studio and Irrlicht Lightmap problem

Hi, I created a room in 3DWS , I added 1 light , I rendered lights and I exported b3d mesh format. But when I loaded this model in Irrlicht , I saw this problem. 3D World Studio Screen Shot http://www.resimpark.com/resimler/teknoloji/200705171833ckisv59900.jpg Irrlicht Window Screen Shot http://www....