irrlicht Questions

4

Solved

I am trying to create a program with Irrlicht that loads certain things from a configuration file written in Lua, one of which is the window title. However, the lua_tostring function returns a cons...
Rorry asked 23/5, 2015 at 5:49

5

Solved

Editor's Note: Error messages similar to "The procedure error point _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_ could not be located in the dynamic link library libstdc++-6.dll...
Valdovinos asked 6/9, 2013 at 23:23

0

I am trying to get Irrlicht to be using a window I created using SDL2 under X11, but it fails within Irrlicht at GLXCreateWindow. On my box the following MCVE reproduces the issue: #include <i...
Pattani asked 18/7, 2018 at 10:59

5

Solved

This code virtual const core::matrix4& getViewMatrixAffector() const {return core::matrix4();}; results with a warning telling me "Returning reference to local temporary object"... How to s...
Moneymaking asked 2/2, 2015 at 10:11

2

Solved

Is there a way to implement Antialiasing technique in OpenGL ES 2.0? I have goggled and found few methods but there was no change in the output. In the worst case, I've planned to implement multipl...
Marja asked 20/11, 2014 at 9:23

6

Solved

I'm quite familiar with 3d graphics (I developed a little and simple 3d game engine for an academic project). But now I have to develop an audio/video tool in C++ that requires also some 3d ...
Agueda asked 24/3, 2011 at 12:57

1

Solved

I'm trying to make my 3D object have blurred edges using GLSL vertex & fragment shaders. I figured out I have to use Gaussian blur for this. Currently it's just a TGA texture with semi-transpa...
Ias asked 27/12, 2014 at 1:30

1

I'm learning to use Irrlicht on Android. Last month I have been working on the driver based on openGL es 1.0, which worked well (I use 1.0 because when I tried to run the example based on driver es...
Krall asked 23/4, 2013 at 8:26

1

I am trying to create project which is integration of irrlchit with vuforia from here: https://github.com/nailgun/android_irrlicht_vuforia But I get following error when I build the code: Project ...
Bunder asked 8/1, 2014 at 12:9

1

I'm writing a Final Fantasy-like game engine, with 2D backgrounds and 3D models with Irrlicht. To calculate collisions with the objects in the background I use a invisible mesh like this: I have...
Fiann asked 21/4, 2013 at 13:47

1

U have a compile error when trying to include the Irrlicht static libraries into my cmake project Compile error: max@max-MS-7369:~/Desktop/survival/build$ make Scanning dependencies of target su...
Xenos asked 8/2, 2013 at 12:32

3

I'm trying to rotate a point on a plane around the normal of the plane with a certain angle (so it stays on the plane). For example: Point = (0,0,1) (on the plane) Normal = (0,1,0) Angle = 33 de...
Keelboat asked 20/3, 2012 at 16:3

1

Solved

I know that some people have managed to do this, seeing as there are numerous apps on the app store powered by irrlicht. I have tried to set up an xcode project with all the irrlicht sources and co...
Carbon asked 1/3, 2012 at 13:48

2

Solved

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 o...
Listen asked 21/7, 2011 at 15:52
1

© 2022 - 2024 — McMap. All rights reserved.