Search found 27 matches

by koso
Tue Jan 18, 2011 5:25 pm
Forum: Beginners Help
Topic: linker error
Replies: 5
Views: 309

linker error

Hi i am trying to make my own small library, to put together graphics irrklsng and stuff. but when i am trying to compile i get this 1>TGlobals.obj : error LNK2005: "void __cdecl rotateNode(class irr::scene::ISceneNode *,class irr::core::vector3d<float>)" (?rotateNode@@YAXPAVISceneNode@sce...
by koso
Sat Jan 08, 2011 8:28 am
Forum: Beginners Help
Topic: tangents
Replies: 1
Views: 200

tangents

hi

i have 1 question: can i create tangent mesh from animated mesh? if yes how?

thx
by koso
Thu Jul 16, 2009 7:24 pm
Forum: Beginners Help
Topic: light data
Replies: 2
Views: 196

thanks
by koso
Thu Jul 16, 2009 6:20 pm
Forum: Beginners Help
Topic: light data
Replies: 2
Views: 196

light data

wich method i should use to change light's color or radius in real time?(i want do blinking light)
thanks[/u]
by koso
Tue Jul 14, 2009 2:01 pm
Forum: Beginners Help
Topic: parallax in irrEdit
Replies: 6
Views: 438

i know that.i can do parallax in irrlicht.i need know do it in irredit :)
by koso
Tue Jul 14, 2009 1:23 pm
Forum: Beginners Help
Topic: parallax in irrEdit
Replies: 6
Views: 438

parallax in irrEdit

HI. My friend on another forum tell me that parallax mapping can be done not only in irrLicht but also in irrEdit.But i dont know how.it is possible???
by koso
Sat Jul 11, 2009 6:13 pm
Forum: Beginners Help
Topic: event reciever
Replies: 3
Views: 256

when i try it with pointer i got this error:
error C2259: 'MyEventReceiver' : cannot instantiate abstract class
by koso
Sat Jul 11, 2009 12:31 pm
Forum: Beginners Help
Topic: event reciever
Replies: 3
Views: 256

event reciever

i want make my animated mesh looping when i press left mouse button. this is reciever: class MyEventReceiver : public IEventReceiver { public: MyEventReceiver(bool shoot) { Shoot=shoot; } bool onEvent(const SEvent& event) { if(event.EventType == EET_MOUSE_INPUT_EVENT) { if(event.MouseInput.Event...
by koso
Sun Jul 05, 2009 6:18 pm
Forum: Beginners Help
Topic: depht of image
Replies: 5
Views: 429

OK
by koso
Sun Jul 05, 2009 5:00 pm
Forum: Beginners Help
Topic: depht of image
Replies: 5
Views: 429

how can i do that rectangle will be under some image wich is drawn on screen?
by koso
Sun Jul 05, 2009 4:52 pm
Forum: Beginners Help
Topic: depht of image
Replies: 5
Views: 429

thanks for help.now it works :D
by koso
Sun Jul 05, 2009 4:36 pm
Forum: Beginners Help
Topic: depht of image
Replies: 5
Views: 429

depht of image

Hello
I try draw red rectangle on some X Y coordinates with this code:

Code: Select all

driver->draw2DRectangle(video::SColor(255,255,0,0), core::rect<s32>(-100, -100, 100, 100));
but it doesnt works.nothing
can someone help?
by koso
Wed Jun 24, 2009 7:05 pm
Forum: Beginners Help
Topic: geting node by name
Replies: 19
Views: 1105

thanks man!! :D :wink:
by koso
Wed Jun 24, 2009 5:47 pm
Forum: Beginners Help
Topic: geting node by name
Replies: 19
Views: 1105

thanks.now it works :)
by koso
Wed Jun 24, 2009 5:18 pm
Forum: Beginners Help
Topic: geting node by name
Replies: 19
Views: 1105

there are loop wich test all nodes in scene."nodes" is from that loop.