Top "3d-engine" questions

A 3D Engine is a software program used for rendering three dimensional graphics based on models.

Android - latest open source 3d libraries for android

Im currently looking at using min3d but came across a thread where the original creator said he was moving …

android opengl-es 3d 3d-engine
JavaFX 8 as 3D game engine?

I want to create an MMO 3D game and im looking for a 3D-Engine and my question is about javaFX 8, …

java javafx 3d-engine javafx-3d
Mesh rendering using Octree algorithm

I'm the founder of SceneMax - a 3D scripting language since 2005. I want to add a scene rendering using one …

c++ direct3d octree 3d-engine
Removing objects from C++ containers without deleting them

I am using C++ std vector to store render objects for a simple scene graph implementation.I need an ability …

c++ stdvector 3d-engine