Search found 7 matches

Re: Irrlicht Port

It seems that some things are missing in the lastest git. There is no reference to the "irrToBtVec" function and no fragment shader for FogBillboard. Also, a strange thing in the entAmount loop of the loadRMesh function is I always get a segfault in the last itteration because the value of entType i...

Re: Irrlicht Port

For bullet, here is a tutorial: http://forums.codeblocks.org/index.php?topic=18318.0 For the others, if you use the compiler shipped by default with codeblocks, you can download the lastest demo of SCPCBIrrlicht, copy needed DLL in your project directory and link directly to them. In codeblocks: (pr...

Re: Irrlicht Port

Ok, the problem is that the directory and files are named "ItemGasMask" where it's named "ItemGasmask" in the project. I forgot that i renamed the directory. It doesn't happend on Windows where files are probably not case sensitive.

Re: Irrlicht Port

Compilation failed on Linux with the last commit: /SCPCBIrrlicht/3dworld/items/itemGasmask/itemGasmask.cpp|24|error: invalid new-expression of abstract class type ‘itemGasmask’| /SCPCBIrrlicht/3dworld/items/itemGasmask/itemGasmask.h|6|note: because the following virtual functions are pure within ‘it...

Re: Irrlicht Port

Now there is one less GLSL link failure with radeon x300 on Linux (haven't tested on windows yet). I still have on with the "lighting" shader: GLSL shader program failed to link error: shader uses too many input components (44 > 40) but the other is gone. The compiler error was with shader "PostProc...

Re: Irrlicht Port

I've tried to run the lastet git on my old PC to see those errors. For a radeon x300SE on Windows, I got a black screen with following log: Irrlicht Engine version 1.8.1 Microsoft Windows XP Professional Service Pack 3 (Build 2600) Using renderer: OpenGL 2.1.8545 ATI Radeon X300/X550/X1050 Series: A...

Re: Irrlicht Port

Hello, I've finally compiled the project on Ubuntu 14.10. I tried to launch it, but I encountred a segfault after loading. Here is the log when the program is launched with gdb: gdb ./bin/Debug/SCPCBIrrlicht GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs Copyright (C) 2014 Free Software Foundation...

Go to advanced search