Search found 876 matches

by etcaptor
Tue May 21, 2013 7:48 pm
Forum: Everything 2d/3d Graphics
Topic: Bones problem in .x format
Replies: 4
Views: 2530

Re: Bones problem in .x format

Hi,
This is a Panda exporter problem by my opinion. If you have not any time for loose /like me/ , download kwxport plugin, select your rigged node in 3dsmax and choose export selection.
I tried it today with biped and skin modifier and works perfect.
by etcaptor
Sun Jul 12, 2009 10:59 pm
Forum: Open Discussion and Dev Announcements
Topic: Ogre > Irrlicht
Replies: 54
Views: 10209

@shadowslair, It's nice to see another Valhalla users :D How you guest my country by the way? The only user that I remember from our country was SuryIIID. But he wrote own engine. I have not idea whether he still works in this scope. You can see gamedev.bg for details. By the way, insulting the deve...
by etcaptor
Sun Jul 12, 2009 10:15 am
Forum: Open Discussion and Dev Announcements
Topic: Ogre > Irrlicht
Replies: 54
Views: 10209

C++-Builder is a niche without reason to exist. . Maybe this is not totally right. When any new user fails with compiling he often leave Irr engine instead switching to VC or Devcpp. I remember many posts in beginner help related. I can't describe this situation like test only. My whole project was...
by etcaptor
Sun Jul 12, 2009 4:23 am
Forum: Open Discussion and Dev Announcements
Topic: Ogre > Irrlicht
Replies: 54
Views: 10209

I currently stopped my work with 3d related tasks, but periodically come here. I have a feeling that after 2 years, many important Irr features still stays unfinished. Hybrid, Irr devteam can include any advantages like extensions , because the the OGL/DX wrapper is very very light, but not well fea...
by etcaptor
Mon Apr 06, 2009 5:48 pm
Forum: Beginners Help
Topic: Borland C++ Builder
Replies: 5
Views: 2978

BCC doesn't support some MS defined types. You should predefine any functions in project options ->conditional defines. See example below: atanf=(float)atan;cosf=(float)cos;sinf=(float)sin;acosf=(float)acos;asinf=(float)asin;tanf=(float)tan;sqrtf=(float)sqrt;atan2f=(float)atan2;fmodf=(double)fmodl;f...
by etcaptor
Mon Mar 16, 2009 10:34 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: C++Builder with Irrlicht
Replies: 105
Views: 49762

I was post about this error here:

http://irrlicht.sourceforge.net/phpBB2/ ... ht=borland

When you modify this function you should recompile Irrlicht.
by etcaptor
Sun Mar 15, 2009 4:52 pm
Forum: Beginners Help
Topic: Borland C++ Builder
Replies: 5
Views: 2978

You should try to remove default parameters in CreateDevice definition, or use something like: typedef core::dimension2d<s32> dim_type; // by darseq, bcb compat IRRLICHT_API IrrlichtDevice* IRRCALLCONV createDevice( video::E_DRIVER_TYPE deviceType = video::EDT_SOFTWARE, const dim_type& windowSiz...
by etcaptor
Sun Mar 15, 2009 2:28 am
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: C++Builder with Irrlicht
Replies: 105
Views: 49762

Hi, this topic is several years old. :D The last Irrlicht version that I tried with CBuilder was 1.4. Because currently I'm busy with several projects not related with 3d scope can't advice you about compiling of latest Irrlicht version with RAD Studio. J Yet, I found one Irr.1.4 with BDS2006. modif...
by etcaptor
Thu Oct 16, 2008 2:54 pm
Forum: Off-topic
Topic: Any other virus protection aside from norton?
Replies: 21
Views: 3470

Download Avast.
After installing click yes for console mode scanning.
Avast will scan your files before loading of Windows.
by etcaptor
Sun Aug 03, 2008 12:18 am
Forum: Beginners Help
Topic: C++ Builder Linker Error.
Replies: 7
Views: 631

I ever compiled irrlicht with BCB. Not tried 1.4.1 at now, but suppose that all we wrote in this community about BCB is helpful.
by etcaptor
Tue Jul 29, 2008 3:56 pm
Forum: Project Announcements
Topic: Realistic water scene node
Replies: 255
Views: 272209

Is it already work with OpenGL?
I tested it with my tool at the beginning of this year and got good result but only in DirectX mode:

Image
by etcaptor
Tue Jul 22, 2008 4:05 pm
Forum: Off-topic
Topic: C++ with web browser
Replies: 2
Views: 808

One way that I know is using of some external libraries like Intraweb. I tested their technology - here is result: http://resellmyapartment.com You can use C++ or Pascal. If you use C++Builder or Delphi, you will get Intraweb in your package without additional payment for it. Also you will be able t...
by etcaptor
Sun Apr 06, 2008 4:46 am
Forum: Off-topic
Topic: How to explain a 6 years old sister what a white-lie is?
Replies: 17
Views: 1825

What about a white lie on objective matters like not telling a car crash patient that their partner has already died in order to not stress them out and disrupt recovery? Man that's a good example but don't forget my sys (sister lol) is a 6 years old child! :lol: Every human /even 6 years old/ know...
by etcaptor
Thu Mar 20, 2008 1:25 pm
Forum: Project Announcements
Topic: VisualEditor 1.0-1.4
Replies: 81
Views: 25318

Alvaro, XP SP2 is my development platform too. I tested ScaleAnimator on home and Office PC, but can't obtain this error. In pre version you must select any scene node and then you can apply animator to this node. But in next subversions /I suppose that you downloaded such a version/ there is checki...
by etcaptor
Mon Mar 17, 2008 8:46 am
Forum: Project Announcements
Topic: VisualEditor 1.0-1.4
Replies: 81
Views: 25318

Strange, I newer got such an error.
Under what version of windows this error appears?