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.

ggplot2 3D Bar Plot

I Know this sounds basic, but have a been searching for literally more than an hour now without success. I'm …

r plot 3d ggplot2 bar-chart
How do you use 3D graphics in Android Studio?

I am wondering how app developers create games with 3D animations and graphics. Does anyone know how those games are …

java android algorithm 3d game-physics
Converting World coordinates to Screen coordinates in Three.js using Projection

There are several excellent stack questions (1, 2) about unprojecting in Three.js, that is how to convert (x,y) mouse coordinates …

javascript 3d three.js
canvas vs. webGL vs. CSS 3d -> which to choose?

For basic 3d web application i.e. a few cubes, rotation and translation in 3d space - which is better …

css html canvas 3d webgl
CSS3 3D Transform doesn't work on IE11

I'm trying to build a cube with CSS3 3D Transform.. For this example I have only 2 faces : <section id="…

css internet-explorer 3d css-transforms
Three.js Projector and Ray objects

I have been trying to work with the Projector and Ray classes in order to do some collision detection demos. …

javascript 3d three.js
Calculate rotations to look at a 3D point?

I need to calculate the 2 angles (yaw and pitch) for a 3D object to face an arbitrary 3D point. These …

math 3d rotation angle euler-angles
Is WPF 3D good alternate of DirectX and OpenGL for complex applications?

I have used WPF's 3D capabilities for learning, and for a few implementations, and I have found it to be …

wpf opengl graphics 3d directx
Matplotlib 3D Scatter Plot with Colorbar

Borrowing from the example on the Matplotlib documentation page and slightly modifying the code, import numpy as np from mpl_…

python 3d matplotlib scatter-plot
Adjust label positioning in Axes3D of matplotlib

I am having trouble with axes labels overlapping ticks labels in matplotlib. I've tried to reposition the labels "manually" by …

3d matplotlib