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.

Android OpenGL .OBJ file loader

There seem to be quite a number of OBJ mesh file loaders out there that people have developed for use …

android 3d opengl-es mesh
Embed 3D models on website

Is there a way to embed Sketchup models on a website? Preferably a free one, if it's a commercial solution …

html 3d sketchup
3 dimension (X, Y and Z) graph using D3.js

I am searching for a graph which has 3 dimensions (x, y, and z) and uses D3.js. Please let me …

javascript d3.js svg graph 3d
matplotlib 3d axes ticks, labels, and LaTeX

I am running this sample script, with the following modifications: import matplotlib as mpl from mpl_toolkits.mplot3d import …

python matplotlib 3d latex mplot3d
Three.js - Scale model with scale.set() or increase model size?

What is the best practise for scaling 3d models in Three.js (or other 3d renderers)? Here is an example …

javascript 3d three.js modeling
Creating a 3D flip animation in Android using XML

I have created a 3D flip of a view using this android tutorial However, I have done it programmatically and …

android xml animation 3d
three.js - How can I dynamically change object's opacity?

This is my object: var object = new THREE.Mesh( geometry, new THREE.MeshLambertMaterial( { map: THREE.ImageUtils.loadTexture( "image.png" ) } ) ); object.…

javascript 3d three.js
How do I reproduce this heart-shaped mesh in MATLAB?

I want to plot a heart shape wireframe as shown in the following image (source): I have tried to make …

matlab 3d volume wireframe
3D Line-Plane Intersection

If given a line (represented by either a vector or two points on the line) how do I find the …

3d line intersection plane
robust algorithm for surface reconstruction from 3D point cloud?

I am trying to figure out what algorithms there are to do surface reconstruction from 3D range data. At a …

algorithm 3d computational-geometry