Search found 4 matches

by Akas
Fri Nov 13, 2015 1:30 pm
Forum: Beginners Help
Topic: [RESOLVED] Can't draw lines
Replies: 6
Views: 764

Re: [RESOLVED] Can't draw lines

Well, the Point where the line gets generated is hard to find for me. I'm just creating an C++ DLL for using the sources of another programmer in C#. I understand the Basics/Concept of Irrlicht and understand what happening in the code. But i'm unable to create an example in a few seconds. That i ca...
by Akas
Fri Nov 13, 2015 12:22 pm
Forum: Beginners Help
Topic: [RESOLVED] Can't draw lines
Replies: 6
Views: 764

Re: [RESOLVED] Can't draw lines

Well, yes. Lines work with OpenGL on my Computer and every Computer which is using nVidia, too. Just AMD, VMware SVGA 3D and Intel graphic cards don't draw Lines with OpenGL Driver. It's nothing Special. Im just drawing a line from point x to point y with Color white. Sorry, i'm not allowed to share...
by Akas
Fri Nov 13, 2015 10:25 am
Forum: Beginners Help
Topic: [RESOLVED] Can't draw lines
Replies: 6
Views: 764

Re: [RESOLVED] Can't draw lines

I resolved the problem.

It was an incompatibility with OpenGL.
When I'm using the DirectX9 Driver everything works fine.
by Akas
Fri Nov 13, 2015 8:03 am
Forum: Beginners Help
Topic: [RESOLVED] Can't draw lines
Replies: 6
Views: 764

[RESOLVED] Can't draw lines

Hi, i have a Problem with exporting my Program to other Computers. In my development environment Irrlicht can draw lines. When the Project got compiled on my Computer and run on another the lines are not drawn. I found, that this Problem only occurs on Computers with different Graphics card manufact...