Search found 3 matches

by mzadmzad
Thu Apr 08, 2021 2:35 pm
Forum: Project Announcements
Topic: Irrlicht IMGUI binding
Replies: 20
Views: 12808

Re: Irrlicht IMGUI binding

Hi..... I am trying to use ImGui with Irrlicht (ver. 1.84) but getting undefined reference error (using codeblock+mingw64 ) as shown here Image

Can anyone tell me how can I get this work.
by mzadmzad
Mon Mar 22, 2021 1:27 pm
Forum: Code Snippets
Topic: Custom Maya Camera Animator
Replies: 6
Views: 3744

Re: Custom Maya Camera Animator

Trying in this way......but still not working......just a corner view of model with no movement/zoom or any effects of mouse with/without CTRL button     ICameraSceneNode* Camera_2 = smgr->addCameraSceneNode();     //Camera_2->setPosition(core::vector3df(0,0,0));     //Camera_2->setTarget(core::vect...
by mzadmzad
Sun Mar 21, 2021 5:00 pm
Forum: Code Snippets
Topic: Custom Maya Camera Animator
Replies: 6
Views: 3744

Re: Custom Maya Camera Animator

is there any simple example or any example of using Custom Maya Camera Animator......