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.

Python - Display 3D Point Cloud

I have a .PLY file that contains a 3D Point Cloud: I want to plot it and visualize it in …

python 3d point-cloud-library point-clouds ply
3D reconstruction -- How to create 3D model from 2D image?

If I take a picture with a camera, so I know the distance from the camera to the object, such …

image-processing 3d language-agnostic 3d-reconstruction 3d-model
Matplotlib - Plot a plane and points in 3D simultaneously

I m trying to plot simultaneously a plane and some points in 3D with Matplotlib. I have no errors just …

python matplotlib 3d plane
3D graphics library for .NET

I would like to learn to make simple 3D applications for Windows 7 / desktop. By that, I mean spheres, triangles or …

c# graphics 3d directx
Specify color of each point in scatter plot (matplotlib)

I have a 3D Plot that I created using matplotlib, and I have a list of rbg values that correspond …

python matplotlib colors 3d scatter
Circular rotation around an arbitrary axis

I am programming Starcraft 2 custom maps and got some proglems with math in 3D. Currently I am trying to create …

3d
Find if point lays on line segment

I have line segment defined by two points A(x1,y1,z1) and B(x2,y2,z2) and point p(…

c# algorithm 3d point
Best 3D Java Engine

Looking for an easy to use 3D Java Engine API (i.e. not wrapper) that has a good community and …

java api graphics 3d
Projecting 3D points to 2D plane

Let A be a point for which I have the 3D coordinates x, y, z and I want to transform …

math 3d geometry 2d plane
Three.js - Change Material on Runtime

I have some .js files exported from Blender and load them with THREE.JSONLoader(); my callback: var callback = function( geometry ) { …

javascript 3d webgl three.js