Search found 94 matches

by AmigaIrr
Sun Oct 08, 2006 7:01 am
Forum: Beginners Help
Topic: Basic thoughts about a tile based map used with Irrlicht
Replies: 34
Views: 3670

I am doing a tile based game currently, and I am just doing a draw2DImage(...) Seems to work ok for me. I am using a tile map editor called Tiled. save everything in XML. JRM using 2d is easy but not fun and really limited using 3d elements permit use of great effects (lights, shadows,....) and thi...
by AmigaIrr
Sat Oct 07, 2006 3:07 pm
Forum: Beginners Help
Topic: How to generate a isometric view in 3d mode
Replies: 7
Views: 1985

thanks, but the POV for a isometric angle is relatively easy. :D ---> The problem is how to manage textures... 8) in warcraftIII, the terrain is a 3d matrice and own square contains a texture. How to make a terrain texture like darkbasic pro make it's ! ? in your 3d game, wat use you to generate the...
by AmigaIrr
Fri Oct 06, 2006 12:38 pm
Forum: Beginners Help
Topic: 2d fonctions uses light effects ?
Replies: 2
Views: 144

:?

is not wy i mind :?

i think use pure 2d with shadow, lights, particles effects...

or, is in irrlicht a 3d fonction to create a simple square (not a cube) ?
if so, alos i use this and texture my tiles of them.



ps : sorry, i'm frech ! :lol:
by AmigaIrr
Thu Oct 05, 2006 6:36 am
Forum: Beginners Help
Topic: 2d fonctions uses light effects ?
Replies: 2
Views: 144

2d fonctions uses light effects ?

when a draw 2d images in irrlicht, can i use the light, shadow, and so effects ?

Thanks
by AmigaIrr
Wed Oct 04, 2006 7:25 pm
Forum: Advanced Help
Topic: best system for a diablo like view style ??
Replies: 20
Views: 2472

super !

mais en 2D, y'a pas de fonctions d'eclairage avec irrlicht

donc c'est dommage
by AmigaIrr
Wed Oct 04, 2006 7:18 pm
Forum: Beginners Help
Topic: Terrain material blending question
Replies: 4
Views: 318

HELLO

can you link the .exe ?
by AmigaIrr
Wed Oct 04, 2006 7:09 pm
Forum: Beginners Help
Topic: How to generate a isometric view in 3d mode
Replies: 7
Views: 1985

sorry, nothing here (only a ortogonal view, is not that i need, it's old 2d)
by AmigaIrr
Wed Oct 04, 2006 12:14 pm
Forum: Beginners Help
Topic: How to generate a isometric view in 3d mode
Replies: 7
Views: 1985

The web page ?

not found sorry ?
by AmigaIrr
Wed Oct 04, 2006 7:13 am
Forum: Beginners Help
Topic: How to generate a isometric view in 3d mode
Replies: 7
Views: 1985

How to generate a isometric view in 3d mode

Hi. I want to make a big world in isometric view, (diablo like or better WCIII like:D ) but i want use 3d fuction insted of 2d for benefit of lights and so.... i think use a "donut world system"... bur a don't want to use 2d drawimages functions..... in warcraftIII, the terrain is a 3d mat...
by AmigaIrr
Wed Sep 14, 2005 2:13 pm
Forum: Beginners Help
Topic: DynamicLight with 2d drawing, it's possible ?
Replies: 2
Views: 210

thanks for the link

but..

Woah !!!!

it's hard !!
by AmigaIrr
Wed Sep 14, 2005 7:25 am
Forum: Beginners Help
Topic: frames per second
Replies: 8
Views: 572

fps = peripherique->getVideoDriver()->getFPS();
by AmigaIrr
Wed Sep 14, 2005 6:53 am
Forum: Beginners Help
Topic: DynamicLight with 2d drawing, it's possible ?
Replies: 2
Views: 210

DynamicLight with 2d drawing, it's possible ?

I plan to draw a isometric style terrain, with 2d commands (drawrect...)

but, i want add lights and effects to terrain

Can i do it with 2d drawing ??
by AmigaIrr
Sun Jun 26, 2005 8:24 am
Forum: Beginners Help
Topic: Escape button to exit program?
Replies: 1
Views: 325

try this : class TraitementDesMessages : public IEventReceiver { public: // c'est ici qu'on récupère les évènements virtual bool OnEvent(SEvent event) { // si c'est un évènement clavier ça nous intéresse if (event.EventType == EET_KEY_INPUT_EVENT && event.KeyInput.PressedDown) { //if(keys[ir...
by AmigaIrr
Sun Jun 12, 2005 3:22 pm
Forum: Advanced Help
Topic: [SOLVED] : How to recomple engine v.10 + devcpp+ DX9c
Replies: 5
Views: 1152

Thanks !! tha works !!

your 8)


:D
by AmigaIrr
Mon May 30, 2005 3:11 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [DevC++] dll with directx 9.0c support available
Replies: 130
Views: 110676

don't work with .010 version !!

:x