Irrlicht, like others 3D engines (Ogre, Unity, CrystalSpace, …), enables you to create 3D games and programs without having to deal with low level details. In a few lines of code, you can load a complex mesh created in a 3D modeling sofware like Blender, apply a texture to it, add some lighting, ...
5
votes
2answers
147 views
OpenGL transparent effects displayed quite awful on Meego
we've been creating several half-transparent 3D cubes in a scene by OpenGL which displays very good on Windows 7 and Fedora 15, but become quite awful on Meego system.
This is what it looks like on ...
5
votes
1answer
127 views
Why are triangles being clipped in this mesh?
I have the following code:
#include <irrlicht.h>
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui;
int ...
5
votes
3answers
295 views
Done Some 2D Game Design, Now Want To Move To 3D
I have used PyGame for a while now, and quite enjoyed doing so, but only 2D experience is not going to cut it when I apply for video game jobs, and besides, I have a number of ideas I want to try out ...
4
votes
6answers
1k views
Suggestion to which C++ 3d engine is better beetwen Ogre Irrlicht and OpenSceneGraph
I'm quite familiar with 3d graphic (i developed a little and simple 3d game engine for an academic project).
But now i have to develope an audio/video tool in C++ that requires also some 3d features ...
3
votes
1answer
88 views
Use SDL inside Irrlicht
I know you can do the same in lrrlicht, but I want to use SDL code/ functions to draw text, images inside Irrlicht (to handle 2d) and use Irrlicht to do the hardcore 3D thing, how can you apply text ...
3
votes
3answers
790 views
Techniques for generating a 2D game world
I want to make a 2D game in C++ using the Irrlicht engine. In this game, you will control a tiny ship in a cave of some sort. This cave will be created automatically (the game will have random levels) ...
3
votes
3answers
4k views
Crystalspace vs. Irrlicht vs. …?
So, I use Linux, and I've been trying to find the time to get into game programming. I started out with Panda3d and had some pretty decent results and got a feel for many of the concepts in game ...
2
votes
0answers
65 views
Realtime object painting
I am trying to perform a realtime painting to the object texture. Using Irrlicht for now, but that does not really matter.
So far, i've got the right UV coordinates using this algorithm:
find out ...
2
votes
2answers
181 views
Is Irrlicht Outdated? [closed]
I've been looking for an extremely fast C++ game library, and I read some forum posts about Irrlicht. It sounded good at the time. However, my more experienced friend was under the impression that ...
2
votes
2answers
50 views
Why does my program halt when calling front() on a std::queue?
I want to use the Irrnet network library in an Irrlicht game.
The source code uses Linux sockets and I'm trying to port it for Windows replacing it with code that uses Windows' Winsock2.
The library ...
2
votes
1answer
421 views
Low frame rate with Irrlicht on Android
I've compiled an Android port of Irrlicht from http://gitorious.org/irrlichtandroid/ and made an application to just load a lo res SkyBox. However, I get unpredictable frame rates. On emulator, fps ...
2
votes
1answer
147 views
How come the bounding box isn't being set properly in this mesh?
I have some Irrlicht code that generates a rectangular mesh given a width and height. Here is the code that generates the vertices and indices:
int iNumVertices = (width + 1) * (height + 1);
...
2
votes
2answers
624 views
How to move multiple rectangles as collision response?
I'm trying to make a game (using irrlicht engine with c++) where you can trap your enemy using boxes. But I just don't get how to detect what should be moved when a collision between the user and one ...
1
vote
1answer
34 views
Irrlicht in Eclipse, environment not working
I am trying to use Eclipse C++ and Irrlicht to a project in school. My problem is to set op the environment.
I have used this http://irrlicht3d.org/wiki/index.php?n=Main.Macintosh
I am using the ...
1
vote
2answers
94 views
Irrlicht Gui mouse will not click buttons
I'm making my first game in Irrlicht (C++), an RTS with mouse control
and when you select a tile (by clicking on it) it lights up and some gui button appear on the screen (not in a gui window mind ...
1
vote
1answer
550 views
Draw a 3D line with Irrlicht
I would like to draw a 3D segment from point (x1, y1, z1) to point (x2, y2, z2) in a Irrlicht 3D scene.
I am aware of the line3d class and of this addLine3d method but I don't understand how to use ...
1
vote
1answer
82 views
Irrlicht Engine: Window pops up and disappears instantly!
I wanted to create a simple IrrlichtDevice with IrrlichtEngine, but when I start the application, the window just appears on the screen and then instantly disappears.
My code looks like following:
...
1
vote
1answer
247 views
Irrlicht is looking for files in the wrong path
I'm writing a game using Irrlicht. And I have problem.
I have game in /home/m4tx/Projects/Discoverer/Discoverer/bin/Debug/, and models in /home/m4tx/Projects/Discoverer/Discoverer/bin/Debug/media/. I ...
1
vote
1answer
743 views
function call missing argument list error
am trying to convert a bullet quaternion(btQuaternion) to an irrlicht quaternion(irr::core::quaternion) for a game am prototyping.
btQuaternion orientation= ...
1
vote
1answer
30 views
Is there a way to get a IGUIElement * given a pair of screen coordinates in Irrlicht?
I have a pair of screen coordinates and I need to know if they overlap any GUI elements.
Is there some way of doing this or at least finding out if a given point is within the bounds of a GUI ...
1
vote
1answer
1k views
MDX C# Loading Wavefront OBJs
I'm trying to load and display (EXTREMELY SIMPLY) a wavefront OBJ file.
I have the parser working 100%... it loads the data from the files and stores them in structures in the program.
Now is the ...
1
vote
1answer
263 views
Web Browser in an Irrlicht application?
I'd like to know whether I can embed a web browser control into my Irrlicht (http://irrlicht.sourceforge.net) application.
A simple HTML renderer or maybe a trick to embed an Internet Explorer ...
1
vote
2answers
2k views
How do I start with 3D tile based game
I'd like to write a strategy game where it's map will be 3D tiled. I've read some articles on gamedev but most of them are trying to implement 3D in 2D space. I wonder how in nowadays it is ...
0
votes
1answer
49 views
Using python regex for automating android jni methods signatures generation
I used SWIG for generating some native JNI function interface for Irrlicht C/C++ 3D engine, and I got a bunch of java proxy classes and an intermediate c/c++ files which implements the java native ...
0
votes
0answers
65 views
Android NDK app building failure “arguments list too long” with Cygwin
I'm trying to build irrlicht android port on windows xp sp3 with android NDK r5 on cygwin, but fail with error "arguments list too long".
I googled, and got some solution from this post which tries ...
0
votes
1answer
52 views
Installing Irrlicht on MaxOS Lion
I'm having trouble building Irrlicht Engine on MacOSX Lion. The process described on the wiki is not updated for Lion, and byt following this discussion I found on the web, I tried to build using ...
0
votes
0answers
59 views
Irrlicht uses wrong OpenGL version
I'm playing around with minetest, but I've noticed an issue with Irrlicht. I am not sure where to trace it to or how to fix this. The issue is as follows: When I run the program, Irrlicht selects the ...
0
votes
0answers
103 views
Irrlicht - Using SMesh, SMeshBuffer and SceneManager->AddOctreeSceneNode(…)
I need to draw a very large number of 3d lines. If I use driver->draw3dLine(...), the performance drops very badly. I heard that using the Octree we can optimize the drawing by displaying only what ...
0
votes
0answers
58 views
Irrlicht Update Loops
I have been working on a game, that involves individual update loops for each object. I have my program structured so each object class (BaseObject) contains a scene node. Currently the code for ...
0
votes
0answers
122 views
incompatible vector iterator
I'm getting a "incompatible vector iterator" error to what i believe is a invalid iterator
void Bomb::CreateExplosion(Game_Manager* EGame_Manager)
{
for(irr::f32 iteration = 0; iteration < ...
0
votes
1answer
160 views
Irrlicht Human Mesh Animation
does anybody know how anime(move) Human body Parts in Irrlicht.
I only found Animathion for the whole mesh.
I´m using makehuman.org mesh and want only to move the hand or the leg in irrlicht. ...
0
votes
1answer
106 views
Manage falling using rays in Irrlicht
In my game i'm currently working on, i only need very basic physics, so i don't want Newton, ODE, Bullet or similar. I basically only want to fall as long as no node (all equally sized blocks) is ...
0
votes
1answer
120 views
Block attatchment in 3D grid
I'm doing ray picking to find the scene node that my cursor points at. All of those scene nodes are equally sized cubes. I have the hit scenenode's position, the position of the ray intersection and ...
0
votes
1answer
275 views
Trying to compile a working irrlicht application on a mac with plain g++ or Xcode
Ok, here it goes:
I managed to compile the .xcodeproj provided with the last zip achive into a .a library file (a static library then).
I failed to build a working application that uses irrlicht as ...
0
votes
1answer
257 views
Setting up CEDET/EDE to work with Irrlicht
I have CEDET 1.0pre7 set up with emacs 23.1, and I want to use it to manage irrlicht programs. I am pretty new at writing non-academic C++ code, and makefiles. I got the following makefile to work for ...
0
votes
1answer
305 views
How to make font semi-transparent with Irrlicht?
I'm having trouble drawing a font with an alpha channel:
gui::IGUIFont* font = device->getGUIEnvironment()->getBuiltInFont();
font->draw(L"C'mon, be transparent, PLEASE!!!",
...
0
votes
1answer
132 views
VS compiling Error 1256 ( integer overflow in internal computation … ) during inheritance
my problem occurs during compiling Irrlicht3D Engine in VS 2008.
1>Error 1256: integer overflow in internal computation due to size or complexity of "irr::IReferenceCounted"
I'm currently merging a ...
0
votes
4answers
716 views
“Access violation reading location” while accessing a global vector
-- First of all, I don't know whether the vector can be called as a "global vector" if I declared it under a namespace, but not in a class or function. --
I'm now writing a simple Irrlicht ...
-5
votes
1answer
93 views
C/C++ irrlicht with Mac/xcode
I have downloaded " Irrlicht SDK 1.7.2 " ' to use it on my mac, but when I click " Build and Run" and after it's done, it can't find the the app.
It says:
CompileC
...