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@scene@irr ...
Search found 27 matches
- Tue Jan 18, 2011 5:25 pm
- Forum: Beginners Help
- Topic: linker error
- Replies: 5
- Views: 405
- Sat Jan 08, 2011 8:28 am
- Forum: Beginners Help
- Topic: tangents
- Replies: 1
- Views: 307
tangents
hi
i have 1 question: can i create tangent mesh from animated mesh? if yes how?
thx
i have 1 question: can i create tangent mesh from animated mesh? if yes how?
thx
- Thu Jul 16, 2009 7:24 pm
- Forum: Beginners Help
- Topic: light data
- Replies: 2
- Views: 254
- Thu Jul 16, 2009 6:20 pm
- Forum: Beginners Help
- Topic: light data
- Replies: 2
- Views: 254
light data
wich method i should use to change light's color or radius in real time?(i want do blinking light)
thanks[/u]
thanks[/u]
- Tue Jul 14, 2009 2:01 pm
- Forum: Beginners Help
- Topic: parallax in irrEdit
- Replies: 6
- Views: 716
- Tue Jul 14, 2009 1:23 pm
- Forum: Beginners Help
- Topic: parallax in irrEdit
- Replies: 6
- Views: 716
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???
- Sat Jul 11, 2009 6:13 pm
- Forum: Beginners Help
- Topic: event reciever
- Replies: 3
- Views: 392
- Sat Jul 11, 2009 12:31 pm
- Forum: Beginners Help
- Topic: event reciever
- Replies: 3
- Views: 392
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 ...
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 ...
- Sun Jul 05, 2009 6:18 pm
- Forum: Beginners Help
- Topic: depht of image
- Replies: 5
- Views: 568
- Sun Jul 05, 2009 5:00 pm
- Forum: Beginners Help
- Topic: depht of image
- Replies: 5
- Views: 568
- Sun Jul 05, 2009 4:52 pm
- Forum: Beginners Help
- Topic: depht of image
- Replies: 5
- Views: 568
- Sun Jul 05, 2009 4:36 pm
- Forum: Beginners Help
- Topic: depht of image
- Replies: 5
- Views: 568
depht of image
Hello
I try draw red rectangle on some X Y coordinates with this code:
but it doesnt works.nothing
can someone help?
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));can someone help?
- Wed Jun 24, 2009 7:05 pm
- Forum: Beginners Help
- Topic: geting node by name
- Replies: 19
- Views: 1702
- Wed Jun 24, 2009 5:47 pm
- Forum: Beginners Help
- Topic: geting node by name
- Replies: 19
- Views: 1702
- Wed Jun 24, 2009 5:18 pm
- Forum: Beginners Help
- Topic: geting node by name
- Replies: 19
- Views: 1702