Tagged Questions

1
vote
3answers
305 views

Intersection between 3D flat polygons

How to find intersections between two (or more) 3D planar polygons (for the simplest case they are all convex)? Seeking algorithms able to provide the intersection line if there is any. Note the ...
1
vote
3answers
290 views

how to “sort” polygons 3d?

I am still working on my "javascript 3d engine" (link inside stackoverflow). at First, all my polygons were faces of cubes, so sorting them by average Z was working fine. but now I've "evolved" and I ...
1
vote
2answers
428 views

Calculating the perpendicular plane to a triangle in 3D space

This is somewhat hard to describe, so bare with me. Essentially I have a triangle in 3D space defined by its 3 vertices, p0, p1, and p2. I wish to calculate a plane in this 3D space which lies along ...
1
vote
5answers
806 views

3D rendering - What is this problem called?

hopefully a sensible question this time... See in the picture how the top half has the textures looking ok, but then the bottom half (after it rotated a little more)the texture is breaking up, and ...
0
votes
1answer
191 views

overlapping polygons in html5 canvas

I'm trying to render simple 3d shapes (in this particular case, a cube) in a html5 canvas. Translating 3d points to a 2d plane was easy enough, so I went ahead and starting coloring the polygons. They ...
0
votes
0answers
89 views

Anyone know any free to use 3D models of large cities (millions of polygons)? [closed]

I need to get a free to use model of some large city or something similar for a research project on occlusion culling and shadow mapping. I looked over the internet and I only found the UNC ...