Irrlicht help with Code Blocks Programming Game Development by jtreiner I am using Irrlicht with code blocks on a Mac osx. Whenever I try to run the Irrlicht wizard in code blocks I get an error that says "The path you entered seems valid, but this wizard can't locate the Irrlicht's library file in it." I am using the most recent version of Code blocks and Irrlicht 1.7.7. Can Someone please help me. Thanks. Irrlicht engine 3ds files Programming Software Development by cwarn23 Hi and I have just downloaded the Irrlicht gaming engine and although I have had a briefing about … C++ with Irrlicht Programming Software Development by Lee_2 Hi basically I have been trying to set up the irrlicht engine with Visual Studio 2010 and after adding in the … know how to change this without affecting the setup for irrlicht engine. Can someone share their words of wisdom to help… Re: C++ with Irrlicht Programming Software Development by Lee_2 … one of the examples that was already part of the irrlicht download. There are several projects in one. However i am… Quick Irrlicht question Programming Software Development by cwarn23 …'m trying to add an event handler to the code (Irrlicht game engine) but I can't seem to retrieve data… Why DirectX and not say Irrlicht? Programming Software Development by MasterHacker110 … structs in the API? And what makes DirectX better than Irrlicht? Re: Why DirectX and not say Irrlicht? Programming Software Development by Moschops … gives you a simpler interface to work with. For example, Irrlicht. Re: Why DirectX and not say Irrlicht? Programming Software Development by MasterHacker110 So Irrlicht by itself can't interact with the GPU, It runs throught DirectX (basicly some kind of wrapper)? Re: Irrlicht engine 3ds files Programming Software Development by cwarn23 [QUOTE]bumpedy bump bump![/QUOTE] I managed to import a 3ds file with 3d collisions although I haven't yet embedded gravity however one other problem remains. How to I increase the Line Of Sight for the camera because currently half the model is being chopped off at the distance. Does anybody know how to fix this? Please help anybody? Re: Irrlicht engine 3ds files Programming Software Development by cwarn23 O'well, found the answer myself when randomly changing code. As Magyver says, you can find the solution be eliminating all of the impossibilities. Re: plzz help if any one knows irrlicht Programming Game Development by ~s.o.s~ Asking the question [URL="http://irrlicht.sourceforge.net/phpBB2/index.php"]here[/URL] would be more productive. Re: C++ with Irrlicht Programming Software Development by Ancient Dragon When you created the project did you tell the wizard to use precompiled headers or did you uncheck that box? If it was left as the default (checked) then all \*.cpp files must include stdafx.h as the very first include file. If the project contains any \*.c files then you need to tell VS that they do NOT use precompiled headers. Re: C++ with Irrlicht Programming Software Development by Lee_2 sorry the picture is not particularly clear. The file it does not like is d3dx9math.h (x245) & CD3D9Texture.cpp (x1) Re: Quick Irrlicht question Programming Software Development by cwarn23 I just found the problem. It was a completely different unrelated piece of code that I accidentally deleted or that is commented. After uncommenting that code it all worked. But I will keep this thread open for soon bound to come problems in relation to this project. Calling a method from another class Programming Software Development by Lee_2 … #if defined (_MSC_VER) #pragma comment (lib, "Irrlicht.lib") #endif class Bullet { public: Bullet(void…bullMesh = sm->getMesh("C:/apps/irrlicht-1.8/irrlicht-1.8/media/bullet.obj"); if…0, driver->getTexture("C:/apps/irrlicht-1.8/irrlicht-1.8/media/roughgold.jpg")); … Game Development FAQ's, Books and Resources Programming Game Development by ~s.o.s~ …is concerned go with [URL="http://irrlicht.sourceforge.net/index.html"]Irrlicht[/URL] Reaons: 1. Supports a …-6522202?"] buying the book[/URL]. Performance wise Irrlicht falls flat compared to Ogre but the tradeoff is …&highlight="]Here[/URL] [URL="http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=16785&sid=… Mobile phone Game Dev Programming Mobile Development by iamcreasy … while i found out, SDL supported phone can run Irrlicht ([url]http://irrlicht.sourceforge.net[/url]) engine.So, I started looking for… playe class Programming Software Development by alex-VX hi I'm trying to create a player class for irrlicht the main game file calls it like this [CODE=c++] …*. player header [CODE=c++]#ifndef __C_Player_H_INCLUDED__ #define __C_Player_H_INCLUDED__ #include <irrlicht.h> using namespace irr; #ifdef _IRR_WINDOWS_ #include <windows… multidemensional array consisting of objects (structs) Programming Software Development by nanderv … this data. device->run() is an command from the irrlicht library, that's not giving any problems. De definitions of… #define _rrts_H_ #include "../rrts/camera.h" #include <irrlicht.h> #define FAIL0 "Loading XML failed" #define… Re: pragma Programming Software Development by John A It's probably best to leave the Irrlicht dll file in the directory that your application resides in. …I couldn't find any information on Irrlicht's web page on where to install the dll, and… Re: Interested in making a game? Programming Game Development by Nick Evan … programmer that either knows C++/ C# if experienced in the Irrlicht Engine/ Irr-EDIT that's a plus, if not that… highly-experienced programmers, because game-programming is damn hard. Also: Irrlicht will probably not give you up-to-date graphics according… Re: Mobile phone Game Dev Programming Mobile Development by peter_budo Android, J2ME and Symbian supports 3D objects. I have no clue about Irrlicht... Re: Mobile phone Game Dev Programming Mobile Development by iamcreasy [QUOTE=peter_budo;1260808]Android, J2ME and Symbian supports 3D objects. I have no clue about Irrlicht...[/QUOTE] Ive got another one.It is EDGELIB. pragma Programming Software Development by desijays … and came across the directive [code] #pragma comment( lib, "irrlicht.lib" ); [/code] I got mixed and confusing answers when… Interested in making a game? Programming Game Development by Fox Hound … programmer that either knows C++/ C# if experienced in the Irrlicht Engine/ Irr-EDIT that's a plus, if not that… Re: Interested in making a game? Programming Game Development by Fox Hound Well see now your still getting into my business, thats why im agressive because i despise people like you that only judge and never ask any questions. Are you aware that i use the irrlicht engine as well? no you did not so just do me a favor and just shut your mouth. Wait say all the things you want im out of here. Re: Interested in making a game? Programming Game Development by jbennet … vBulletin". [quote] Are you aware that i use the irrlicht engine as well? no you did not [/quote] And yes… 3D Engine tutorials Programming Game Development by phyxx … the more popular 3D engines like Ogre, Crystal Space and Irrlicht. It would be useful for anyone looking to compare the… Doubt with C++ file name prefixes Programming Software Development by serkOner … writing a small game engine and I've downloaded the Irrlicht source code to take some tricks in the design but… Converting string types Programming Software Development by cwarn23 Hi, long time no C. I have started using the Irrlicht gaming engine but have bumped into a problem which has …