Tagged Questions
The 3d-rendering tag has no wiki summary.
4
votes
3answers
172 views
3D model viewer using python?
Are there any libraries that will let me view a 3D model using python? Something simple like providing a set of vertices, faces, normals, and texture coords and then it'll create a window and then ...
4
votes
7answers
555 views
Image recognition and 3d rendering
How hard would it be to take an image of an object (in this case of a predefined object), and develop an algorithm to cut just that object out of a photo with a background of varying complexity.
...
3
votes
2answers
1k views
Understanding OpenGL Matrices
I'm starting to learn about 3D rendering and I've been making good progress. I've picked up a lot regarding matrices and the general operations that can be performed on them.
One thing I'm still not ...
2
votes
0answers
89 views
Nested cuboids using pre3d
Taking help of this example from pre3d js lib, I am trying to create a cuboid container which will contain smaller cuboids inside.
Now, what I'm not getting properly, is how to place the internal ...
1
vote
1answer
159 views
D3D9 & Custom Clipping Planes (IDirect3DDevice9::SetClipPlane)
I've read in docs for the middleware we use that support for this can be flaky, but the D3D docs don't mention it.
We're going as far back as the earliest hardware SM2.0 Intel GMA cards, basically the ...
1
vote
4answers
1k views
Sphere World Implementation C++
What would be the best way to implement, store, and render spherical worlds, such as the ones in spore or infinity but without the in-between stages of spore, and multiple worlds ala infinity ...
0
votes
1answer
108 views
Render polygon in three.js
How can I render n-sided polygon in three.js. It does not have geometry for that. I need it to be able to render both convex and concave polygons. So maybe there is a patch or workaround somewhere.
...
0
votes
2answers
131 views
Getting started with marching cubes in three.js
I am new to Three.js and looking for a tutorial to get me started on how to use Marching Cubes in three.js. Some of the projects I have seen so far in three.js which use this are a bit complicated for ...