A 3D Engine is a software program used for rendering three dimensional graphics based on models.
Questions tagged [3d-engine]
66 questions
0
votes
1 answer
Ogre 3D error - LNK1120: 1 unresolved externals
I have come to second Ogre tutorial on Ogre wiki, renamed the files as prompted by the tutorial and replaced the code, but I get this error:
1>------ Build started: Project: Flight Simulator, Configuration: Debug Win32 ------
…

TheGhost
- 301
- 4
- 12
0
votes
5 answers
How to write a 3D graphics engine which can be used in JavaScript?
I have recently focused on drawing some cool shapes in a HTML 5.0 canvas. And I want to write a 3D graphics engine which can be used in JavaScript. I have already finished a rotating cube.
And I want to finish the shapes like this example:…

user165273
- 277
- 1
- 5
- 12
0
votes
1 answer
Alternativa3D: Actionscript3: How to avoid z-fighting in imported 3DS model?
I can't seem to find a specific solution for my problem so I hope someone here can help me.
I am experimenting with alternativa 3D in Actionscript3 and I managed to upload a textured .3DS model from 3D Max.
The object is a complex spaceship that…

Lior Hai
- 1
- 1
0
votes
2 answers
3D Engine with C#
The goal of my personal experiment is to create a 3D engine in C#.
I have read a little about XNA and SlimDX. I'm not sure about XNA, because it's basically a complete engine already and so there won't be much for me to do. SlimDX looks closer to my…

grachol
- 82
- 1
- 7
0
votes
1 answer
3D space game development
I want to develop a 3D game (sci-fi type with spaceships) which can be played on multiplayer mode and by multiplayer i mean around 10 players for start as it will be a personal testing project and mostly educational.
I have been searching for some…

user1693061
- 5
- 3
-1
votes
1 answer
LWJGL 3 Not rendering anything, while successfully creating display
The problem
I am having trouble rendering absolutely anything with LWJGL 3.
It will not render anything, whilst creating the GLFW display and clearing the
color successfully.
The tools
Eclipse Neon (Java IDE)
LWJGL 3.1.1 build 16 with GLFW, JAWT…

Vladimir Champion
- 73
- 11