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
I can't translate points in my 3D graphics engine (java)
I'm following javidx9's tutorial on youtube about making a 3D graphics engine (I'm doing it in java, rather than C++, but I'm pretty closely following his steps), and I'm at the point where we move the cube away from the 'camera' to better see it…

Jaden
- 11
- 1
0
votes
1 answer
Access Violation when using SDL2_mixer effects?
I've been working on my own lib for 3D audio using SDL2_Mixer and DSPFilters by Vinne Falco.
Currently i'm at the stage where i need to create custom DSP to filter audio, while SDL_mixer takes care of the registering of the effects, the actual DSP…

Sulkyoptimism
- 57
- 8
0
votes
1 answer
How to render efficiently a mesh multiple times in three js?
Im trying to create a cube world game.
So there is 3d array of blocks, and each of them is an array of mesh (for now the mesh array is actually a single mesh, cube). It works, but when I use a big amount of blocks (50x1x50 is enough) the fps drops…

Bipolo TheGod
- 41
- 8
0
votes
2 answers
Where to start working with 3D on .NET
So I'm looking for a some API or .NET Engine to Develop animations and hard 3D applications using models from Blender or 3DMax...
I really confused where can I get my start with 3D Programming. Have no experience of 3D programming yet.
I think I…

cnd
- 32,616
- 62
- 183
- 313
0
votes
1 answer
Moving the camera in a 3D space when camera is rotated (using Wikipedia Definition of 3D Projection)
I wonder if someone could tell me how to make it possible to move a camera in a 3D space when
the camera is rotated.
I am working on my own 3D engine (nothing fancy) and I can move the camera forward backward left right up down, thats all…

xaid
- 740
- 6
- 18
0
votes
2 answers
I have an array of 3d points. How to build Bézier surface from them? (using default flash 3d engine)
So I have a new project that requires doing a lot of Bézier surface modeling. I am selecting a way for rendering data using flash. I need to be capabele to render a basier surface not using any big flash 3d engine in a maner as easy as possible a…

Rella
- 65,003
- 109
- 363
- 636
0
votes
0 answers
Atomic Voxel Engine - Recommended Programming Environment
As the title suggests I am interested in voxel based atomic engines (atomic meaning there is at max one visible voxel per pixel). An example for such an engine would be the atomontage engine.
What I am trying to archive is an atomic Engine using…

Mein Name
- 527
- 3
- 14
0
votes
4 answers
3d engine for iPhone
Which engine is best ?
I've finded some engines : Ogre, Irrlicht and direct rendering from opengles (convert .obj files into buffer and rendering it).
I've compiled Ogre - CeGUI works very ugly on iPhone... And Ogre has many-many files :)
I need…

Sergey Kopanev
- 1,496
- 3
- 17
- 29
0
votes
2 answers
What 3d engine can be used in 3d editors applications?
but im wander in i need some kind of 3d engine to be used as the core engine for application that in the end will produce me 3d image in good quality
for example application like:
Xara3d , 3D Home Architect , 3d charts .
can it ? ( with combination…

user63898
- 29,839
- 85
- 272
- 514
0
votes
1 answer
Using Babylon js to load and customise shoe part by part
I'm planning to use Babylon engine to develop a 3D shoe customisation website. The shoe will be customisable part to part. Like, changing the shape of front from curved to pointed, changing heel shape and size, changing texture of each part etc.,…

user3363276
- 11
- 1
- 3
0
votes
1 answer
Shiva3D vs Unity 3D vs other 3d engine for iPhone hi-res 3d model viewer
I'm trying to port to the iPhone a realtime 3D visualization (be able to rotate and/or zoom in/out) of a 3d mesh with high-resolution textures (and hopefully materials, bump maps, shadows, and other degrees of realism). (The mesh itself has been…

ina
- 19,167
- 39
- 122
- 201
0
votes
0 answers
Missing D3DX definitions from updated project
I need to update a old June DX10 application.
My original setup was such that i had the include files and libraries for DX10 as part of my repo. This compiles and runs fine, but causes hundred of warning on macro redefinitions when i'm compiling it…

Cousken
- 180
- 2
- 10
0
votes
1 answer
3D engine for computer graphics learning
I'm looking for a simple 3D engine or toolkit that I can experiment computer graphics algorithms with. E.g. applying transformation matrices, seeing what happens.
Can anyone make a suggestion?

Vanush Vee
- 426
- 1
- 3
- 14
0
votes
2 answers
Cross-platform (desktop and mobile) 3D engine
I'm planning on creating a "simple" 3D game/app based on the heightmap demo at http://www.babylonjs.com. The game would really be no more than rotating the camera around an area with some assets, more of a tech demo.
However, that engine utilizes…

Bobe
- 2,040
- 8
- 29
- 49
0
votes
2 answers
How can I bend a a display object?
I want to make collage,
Example : http://www.as3.ro/p1_anim4.swf (1.4 mb);
I want to bend images using as3.

Radu
- 37
- 10