Search found 20 matches

by skelli
Wed Jul 11, 2007 3:51 pm
Forum: Beginners Help
Topic: parallax map renderer error??
Replies: 1
Views: 200

parallax map renderer error??

hey,

when i run my program it works fine but in the console screen i get:

Code: Select all

Error: Parallax map renderer only supports vertices of type EVT_TANGENTS

im using a mesh i created in 3ds max


cheers
by skelli
Tue Jul 10, 2007 11:53 pm
Forum: Beginners Help
Topic: Mouse event
Replies: 7
Views: 477

still no joy!! :(


getting a system.nullreferenceexeption when i run the program :?:

can someone please help im out of my wits here!!!
by skelli
Tue Jul 10, 2007 5:09 pm
Forum: Beginners Help
Topic: Mouse event
Replies: 7
Views: 477

im getting these errors: 'box': identifier not found, even with argument-dependent lookup 'box': identifier not found, even with argument-dependent lookup 'mousepos' : undeclared identifier c 'box' : redefinition; multiple initialization box.cpp(49) : see declaration of 'box' 'cout': identifier not ...
by skelli
Mon Jul 09, 2007 11:59 pm
Forum: Beginners Help
Topic: Mouse event
Replies: 7
Views: 477

Mouse event

hey, Im having trouble trying to get the mouse to click on a box in a scene here is my code: #include <irrlicht.h> using namespace irr; using namespace core; using namespace scene; using namespace video; using namespace io; using namespace gui; #pragma comment(lib, "Irrlicht.lib") class My...
by skelli
Mon Jul 09, 2007 9:12 pm
Forum: Beginners Help
Topic: clicking on a box and displaying a webpage
Replies: 9
Views: 641

im having problems with my mouse event. im using the collision tutorial here is what i have written my event class class MyEventReceiver : public IEventReceiver { public: virtual bool OnEvent(SEvent event) { if (event.EventType == irr::EET_MOUSE_INPUT_EVENT && !event.MouseInput.Event) { swit...
by skelli
Mon Jul 09, 2007 8:58 pm
Forum: Beginners Help
Topic: clicking on a box and displaying a webpage
Replies: 9
Views: 641

in the collision tutorial how do i click on the fairys with the mouse.

how do i give the fairys id no. for the events?
by skelli
Mon Jul 09, 2007 7:47 pm
Forum: Beginners Help
Topic: clicking on a box and displaying a webpage
Replies: 9
Views: 641

thanks for the replies :wink: im currently messing around with the gui tutorial to get the hang of events. I have a scene set up based on tutorial 2 and i add a quit button but when i run it the mouse cursor is stuck in the middle of the screen. How do i free up the mouse cursor without losing my di...
by skelli
Mon Jul 09, 2007 7:42 pm
Forum: Beginners Help
Topic: trouble with irrlicht.dll
Replies: 2
Views: 435

make sure you have the irrlicht.dll in your project folder. if its not there it cant access the irrlicht library depending on how u set up irrlicht go to -> irrlicht folder-> bin -> win32 visual studio ->and copy the irrlicht.dll file there into your visual studio project folder it should work then ...
by skelli
Mon Jul 09, 2007 12:33 am
Forum: Beginners Help
Topic: clicking on a box and displaying a webpage
Replies: 9
Views: 641

any help :D

im completly confused about how to do this!!
by skelli
Sun Jul 08, 2007 9:25 pm
Forum: Beginners Help
Topic: Ambient Light
Replies: 3
Views: 291

this should work, change the values around to get your desired effect smgr->setAmbientLight(video::SColor(0,90,75,90)); also to set up a light this might be useful smgr->addLightSceneNode ( node = 0, core::vector3df(3, 5, 2), video::SColorf(1.4f, 1.0f, 1.0f), 300.0f, -1 ); again mess around with the...
by skelli
Sun Jul 08, 2007 7:53 pm
Forum: Everything 2d/3d Graphics
Topic: exporting from 3ds max problem
Replies: 7
Views: 2497

ya it looks like the export is currupted, something wrong with the materials,

it works when i create my own material, although they are very simple :(
by skelli
Sun Jul 08, 2007 7:28 pm
Forum: Beginners Help
Topic: clicking on a box and displaying a webpage
Replies: 9
Views: 641

thanks,
ya i saw that code already,my problem more to do with the mouse events

a simple example will help

thanks again
by skelli
Sun Jul 08, 2007 7:24 pm
Forum: Beginners Help
Topic: lights?
Replies: 5
Views: 380

thanks a mil,

one more question how to i cast shadows?
by skelli
Sun Jul 08, 2007 4:48 pm
Forum: Beginners Help
Topic: lights?
Replies: 5
Views: 380

so how do i create say light from a lamp.
by skelli
Sun Jul 08, 2007 4:03 pm
Forum: Beginners Help
Topic: lights?
Replies: 5
Views: 380

lights?

hey,

the lights i have in my 3ds max model do not appear after i export them into the irrlicht engine?

any advice please?