Tagged Questions
The 3d-engine tag has no wiki summary.
27
votes
1answer
491 views
glDrawArray() gives a memory exception
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 from ...
7
votes
4answers
239 views
Is there a need to code a new 3D engine?
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?
5
votes
1answer
110 views
3D Engine stretches objects out while rotating
I made a little 3d engine.
But I have some problems with the rotating functions.
They make the object stretch out from time to time.
Here's the math:
this.rotateX = function(angle) {
var cos = ...
1
vote
2answers
72 views
Alternativa3D - Outlining 3D objects
I'm trying to make black-outlined objects using the Alternativa3D engine, I'm going for a cartoonish look. How can I do this?
1
vote
0answers
42 views
Visualize Simulation-Results in (realistic) 3D-Engine - OpenSource Solutions available?
I have set up a Model for Simulation of Vehicle Dynamics for a complete Car (mainly rigid Multi-Body-System, no FEM). I now want to be able to visualize my Results in a more or less ready to use ...
1
vote
0answers
48 views
what 3d engine should I choose?
I'd like to do some air pollution simulation in three dimension. Some key features are:
large amount of data
better if it supports particle systems
better if it combines terrains and buildings and ...
1
vote
4answers
143 views
Best 3D engine / software for four view editor application
I am going to write an 3D path editor. This editor should support four view set up (rront, left,right,3D). There is also necessary to use third party libraries for path calculations. Also there should ...
1
vote
2answers
96 views
3d color material flat shading algorithm for software renderering
I am currently looking for information on how to get the final flat color value of a given face within a lit 3d scene. I have a Material class that contains the following 4 colors:
ambient, specular, ...
1
vote
1answer
251 views
Drawing square of two triangles in canvas, there's whitespace behind the triangles
I have this problem while drawing a square in canvas, made out of two triangles.
There is a whitespace behind the two fills of the triangles:
Watch closely!
How do I solve this without placing the ...
1
vote
3answers
344 views
How does Worldviz Vizard compares to Panda3D and Pygame?
Is anybody familiar with Worldviz-Vizard's 3D engine for python? How does it compare to Panda3D? I have a feeling that it might be easier to learn but far more limited. They only support python 2.4 ...
1
vote
3answers
53 views
3d engine with telnet access
Does anyone know of a open source 3d engine which can be operated via telnet?
What I'm looking for is scripting via a socket connection. To allow for world creation and/or camera movement.
Does ...
1
vote
4answers
286 views
Any high-level, hardware-accelerated 3D engine?
I am programming in Flash for a long-time. It is interesting that most of the things, including open source libraries, are very high-level in the Flash world. It is great because we can build things ...
1
vote
6answers
1k views
How do Google Maps do their panoramas?
How do Google Maps do their panoramas in Street View?
Yeah, I know its Flash, but how do they skew bitmaps with Correct Texture Mapping?
Are they doing it on the pixel-level like most Flash 3D ...
0
votes
1answer
32 views
“Virtual screens” in 3D engines (displaying on a wall another portion of the 3D world)
To clarify the technical problem i have, i want to describe the scene i have in mind:
In a 3D computer simulation, I want to build a kind of cabin (cube form) that stands isolated in a large plane. ...
0
votes
1answer
50 views
Performing Boolean Transformations in XNA
I am currently trying to develop a small simulation program in xna that takes a model and breaks it up into several smaller pieces.
The only way I was thinking would be to take the original object, ...
0
votes
2answers
56 views
Any alternative to the Alternativa3D engine?
I'm familiar with the Alternativa3D engine
To me it's quite good, but I just wondered about another 3d engine which is able to compete with it.
An engine must correspond to the following requirements:
...
0
votes
3answers
150 views
How to move a node in cocos2d and cocos3d
I have a node. In this particular case, it's a CCLayer, but I'm looking for a general solution. My node is centered at point1 (let's say { 100, 100 }). I'd like it to move to point1 (say { 200, 200 ...
0
votes
2answers
445 views
Searching for a 3d engine. (Mac, cocoa)
What 3d engines are avaliable for mac to use with cocoa? (xcode)?? A list of all would be great + a recommend
Thank you very much :)
EDIT:
In OpenGL. There is a 2d engine which uses opengl but i ...
0
votes
2answers
85 views
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 ...
0
votes
1answer
1k views
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 ...