3d-engine Questions
2
Solved
This is question about good practice
Consider situation which is typical e.g. in 3D engines, physics engines, Finite element method or classical molecular dynamics solvers: You have objects of var...
Crippling asked 21/4, 2016 at 9:24
2
Solved
So I stumbled upon this "new" graphics engine/technology called Unlimited Detail.
This seems to be pretty interesting granted it's real and not a fake.
They have some videos explaining th...
3
Solved
I am using C++ std vector to store render objects for a simple scene graph implementation.I need an ability to add and remove render objects in run time from the scene graph.Adding is not a problem...
2
Solved
Im currently looking at using min3d but came across a thread where the original creator said he was moving on and it wasnt going to be supported anymore. I dont think that would be to big of a prob...
1
Solved
While looping through all objects I want to render in my 3D-engine, I get an error when trying to call
glDrawArrays(mesh->primitiveType, 0, mesh->vertexCount);
Because it tries to read f...
4
Solved
Coding a new 3D engine is fascinating but I there are so many out there. Is it sane for a programmer to start a new one? Are there industry sections in need?
2
i am looking for a 3D engine for developing a ruby game. i found some like G3Druby or ogrerb.
which one is better to use and has better functionality? is there any other engine better than these?
...
1
© 2022 - 2024 — McMap. All rights reserved.