Top "3d" questions

3D computer graphics are graphics that use a three-dimensional representation of geometric data stored in the computer for the purposes of performing calculations and rendering 2D images.

What's the best way to calculate a 3D (or n-D) centroid?

As part of a project at work I have to calculate the centroid of a set of points in 3D …

python math 3d geometry
Generating point cloud from many 2d images

From my, somewhat limited, understanding of how point clouds work I feel that one should be able to generate a …

3d point-cloud-library point-clouds
calculating distance between a point and a rectangular box (nearest point)

is there a easy formula to calculate this? i've been working on some math but i can only find a …

3d geometry distance
Plotting a point on the edge of a sphere

So coming from a flash background I have an OK understanding of some simple 2D trig. In 2d with I …

math 3d
3D Scene Renderer for Python

I'm looking for an easy to use 3D scene renderer for Python. All I'm looking for is to be able …

python 3d scene
Which 3D Model format should I be using?

Im writing a game engine and I'm wondering what 3D model format should I use/load/export? Obj seems universal …

graphics model 3d collada
How to create a USDZ file?

I tried to look at the main documentation at http://graphics.pixar.com/usd/docs/index.html and http://graphics.…

3d 3d-model usdz
Converting 3D position to 2d screen position [r69!]

I need Three.js code to convert 3D object coordinates to 2d ones in a 'div' element so that I …

3d three.js 2d coordinates
Basic render 3D perspective projection onto 2D screen with camera (without opengl)

Let's say I have a data structure like the following: Camera { double x, y, z /** ideally the camera angle is …

c# java math 3d projection
Does pyGame do 3d?

I can't seem to find the answer to this question anywhere. I realise that you have to use pyOpenGL or …

python 3d pygame