Tagged 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.
74
votes
9answers
36k views
Tutorials and libraries for OpenGL-ES games on Android
What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking ...
48
votes
23answers
6k views
Stunning graphic effects with javascript
Seeing the full javascript rotating 3d cube, I was wondering,
What are the most stunning javascript-only effects you've ever seen?
28
votes
2answers
585 views
Custom WP7 Silverlight control with dynamic 3D content
Ideally I need to implement a WP7 control that can be added to any XAML and which displays a dynamic, interactive 3D scene.
Currently I have this implemented via XNA in shared mode, and the UI is ...
28
votes
3answers
2k views
What to use? Tao, SharpGL, OpenTK, DirectX P/Invoke, XNA, MDX, SlimDX, Windows API Codec Pack
Back in the day it was easy; You made your own 3D stuff, then came DirectX, then came OpenGL. For .Net developers MDX was nice. Then XNA took over for MDX, but it its not the same. XNA seems to be ...
24
votes
7answers
818 views
How can I implement a FPS view with webgl, inside a browser?
I'm using Copperlicht, and I want to create a usable FPS. The demo controls shows why the browser environment makes this a pain.
In order to implement FPS camera control, you need to track the ...
23
votes
10answers
1k views
3D modeling for programmers
I'm studying Computer Graphics as part of my curriculum at my university. The course focuses on scene modeling, rather than rendering or other aspects of computer graphics. We're learning the math ...
20
votes
8answers
4k views
Are there any good Javascript graphics libraries?
After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support.
Any suggestion?
20
votes
30answers
7k views
What's the best alternative to C++ for real-time graphics programming?
C++ just sucks too much of my time by making me micro-manage my own memory, making me type far too much (hello std::vector<Thingy>::const_iterator it = lotsOfThingys.begin()), and boring me with ...
19
votes
6answers
1k views
How does 3D collision / object detection work?
I'v always wondered this. In a game like GTA where there are 10s of thousands of objects, how does the game know as soon as you're on a health pack?
There can't possibly be an event listener for each ...
18
votes
9answers
6k views
Learning OpenGL ES 1.x
What is the quickest way to come up to speed on OpenGL ES 1.x?
Let's assume I know nothing about OpenGL (which is not entirely true, but it's been a while since I last used OpenGL). I am most ...
17
votes
5answers
343 views
OpenGL, How to create a “bumpy Polygon”?
I am unsure of how to describe what I'm after, so I drew a picture to help:
My question, is it possible within OpenGL to create the illusion of those pixel looking bumps on a single polygon, ...
17
votes
7answers
679 views
How should I start playing with 3D?
I'm a developer for just about 6 months now, and since I enjoy programming I've started little programs such as encripters, calculators, tools, stuff to play with DropBox (hehe), stuff that play with ...
17
votes
1answer
24k views
Plotting a 3d surface plot with contour map overlay, using R
I have a 3-tuple data set (X,Y,Z points) that I want to plot using R.
As the title of my question states, I want to create a surface plot from the data, and superimpose a contour map on the surface ...
16
votes
9answers
5k views
Beginner's guide to 3D graphics programming
What are the best guides / tutorials / books / websites for someone with minimal experience (or none) in the world of 3D graphics programming?
I realize that the fundamentals of 3D graphics and ...
15
votes
4answers
132 views
Why are quaternions used for rotations?
I'm a physicist, and have been learning some programming, and have come across a lot of people using quaternions for rotations instead of writing things in matrix/vector form.
In physics, there are ...
13
votes
4answers
2k views
How is xkcd doing xk3d?
I'm amazed by today's 3D webcomics found at xkcd. How would he have done that? Would it require manually redoing every single comic or is there some way to automate it?
Edit
The 3D comics are still ...
13
votes
19answers
7k views
Unity3D, Torque3D, Google O3D, WebGl…which to choose?
for development of interactive 3d web applications, which engine is recommended?
I am aware that WebGL has been anounced to become standarized for all browsers in the near future (1~2 years).
I am ...
13
votes
5answers
2k views
Learning game programming (part 2) (math)
So, it's been a few months since I wrote this question, since then I've toyed with "raw" C++ D3D, The Ogre and Irrlicht graphics engines and lately Microsoft XNA. I've built a few 2D games (mostly ...
13
votes
16answers
3k views
Simple 3D graphics project?
I'm looking for some good ideas for a simple 3d graphics program as my final project for an intro to computer graphics class. As for some background information, we'll be using opengl and will have a ...
12
votes
5answers
3k views
Ray-box Intersection Theory
I wish to determine the intersection point between a ray and a box. The box is defined by its min 3D coordinate and max 3D coordinate and the ray is defined by its origin and the direction to which it ...
12
votes
10answers
3k views
Is there any Algorithm for converting 2d video into 3d video?
Is there any Algorithm for converting 2d video into 3d video? (for viewing using glasses)
(a-la turning Avatar into Avatar for An IMAX 3D Experience )
or at least turn it into video prepared for ...
12
votes
4answers
5k views
Good library for 3D math in C#?
I'm writing a tool that is going to be used to process a bunch of 3D data, doing things like rotating objects, translating, scaling and all that good stuff. Does anyone know of a good library that ...
12
votes
6answers
6k views
When to use Binary Space Partitioning, Quadtree, Octree?
I have recently learned about binary space partitioning trees and their application to 3d graphics and collision detection. I have also briefly perused material relating to quadtrees and octrees. ...
11
votes
4answers
574 views
Is COLLADA a dead format?
I've been reading lots of musings on the net that COLLADA is a dead file format? In that applications are not updating their support for it etc. Is this true? It was originally designed to be a format ...
11
votes
7answers
1k views
How do I make a 3D game in my spare time?
I'm looking for a new project to fill the evenings and I wish to make a 3d game.
I have mediocre experience in Pascal,and VB but realise that neither of these may be best for the job.
I realize I may ...
11
votes
2answers
4k views
Curvilinear perspective: Convert 3D to 2D
I'm looking for the mathematical expression converting a 3D coordinate (x0,y0,z0) to a 2D (x1,y1) coordinate in a curvilinear perspective of radius R where the values of x1 and y1 are the angles of ...
11
votes
8answers
7k views
Best 3D Graphics Engine for .NET
I've been thinking about tinkering with 3D graphics programming in .NET. In the past, I've thought about Truevision3D, and XNA, but I've not used either of these. I scanned Stackoverflow for the ...
10
votes
2answers
241 views
How does Google StreetView recognize 3D planes?
Inside Google Street View, moving the mouse around over different buildings and stuff, it highlights the 3D plane in which that surface of the building is located.
How does it recognize this thing? ...
10
votes
1answer
391 views
How to do face removal in a unit-cube world a la Minecraft?
Important note: This question is NOT about geometry culling (frustrum culling, back face culling, occlusion culling or any of their friends.) This question is about geometry elimination at set-up ...
10
votes
7answers
810 views
Determining if a sphere intersects an object or not
I have a closed object described by a surface representation of triangles (described by three vertices which forms a right hand rule with a normal pointing to the "outside" of the object). I place a ...
10
votes
6answers
3k views
2d Game Making > Where can someone get Free Tilesets?
I have been scouring the internet for free tilesets that are open to you. I have found
http://lostgarden.com/
It does not seem very useful. There are a few things here and there, but overall not ...
10
votes
1answer
2k views
how to extrude a path in 3d?
I'm trying to extrude a path in 3d. Nothing fancy yet, just following some points and using a regular polygon for 'tubing'. I'm using Processing for now to quickly prototype, but will later turn the ...
10
votes
7answers
4k views
Java 3D plot library?
Ok so I'm doing a project on visualization of some financial stuff in java, the main objective is to take some input from the stock market, run it through a few equations and then plot the result as a ...
10
votes
7answers
9k views
Calculating a LookAt matrix
I'm in the midst of writing a 3d engine and I've come across the LookAt algorithm described in the DirectX documentation:
zaxis = normal(At - Eye)
xaxis = normal(cross(Up, zaxis))
yaxis = ...
9
votes
3answers
964 views
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 something similar to do openGL stuff, but I was wondering if its possible to do very basic 3d ...
9
votes
6answers
1k views
Set of efficient 3D intersection algorithms
Anyone know a source, website where I can get some good implementations of 3D intersection algorithms, like
intersection of sphere and sphere
sphere/ellipsoid
sphere/cuboid
ellipsoid/ellipsoid
...
9
votes
1answer
621 views
How to create logic bricks programmatically in Blender?
I would like to let my initializing script to create additional sensors/controller/actuators necessary for an interactive Blender application (not necessarily a game). This is preferable for two ...
9
votes
10answers
2k views
How do you write a 3d game?
I have always wondered, how do game programmers tie together game characters done in an external 3d modeling software like maya or 3d max and the actual game logic done in there favourite programming ...
9
votes
5answers
17k views
Is there a way to import a 3D model into Android?
To all 4 Android developers out there :)
Is it possible to create a simple 3D model (for example in 3DS MAX) and then import it to Android somehow? I work in Eclipse with Android plugin, if that's of ...
9
votes
4answers
8k views
3d to 2d Projection Matrix
I have 3 points in 3d space. I know the exact locations of them. Suppose they are (x0,y0,z0) (x1,y1,z1) (x2,y2,z2)
Also i have a camera that are looking at these 3 points and i know the 2d locations ...
9
votes
10answers
5k views
How do I reverse-project 2D points into 3D?
I have 4 2D points in screen-space, and I need to reverse-project them back into 3D space. I know that each of the 4 points is a corner of a 3D-rotated rigid rectangle, and I know the size of the ...
8
votes
8answers
352 views
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 positioned to aim at the 0,0,0 point */
double angleX, angleY, angleZ;
}
...
8
votes
1answer
192 views
Place an image on the XY plane in a 3D Plot in Mathematica
Please consider the following, from the followings from
Can we generate "foveated Image" in Mathematica
Clear[acuity];
acuity[distance_, x_, y_, blindspotradius_] :=
With[{\[Theta] = ...
8
votes
2answers
282 views
How does Google Body load so fast?
http://bodybrowser.googlelabs.com/
I know the source of their data and even for real-time use, those meshes and textures are often hundreds of Kb or even several Mb each. Even low-res, it's hard to ...
8
votes
1answer
231 views
Any 3D geometry algorithms library in Java?
I need a library, that could perform some geometry operations with objects in 3D, like:
Find min distance between 2 triangles
Intersect two polygons
Intersect to objects and exctract their ...
8
votes
3answers
412 views
How do games make fire and smoke effects? [closed]
I searched the internet for information about particle systems and fire effects but I haven't found any good answers.
Some games have some sort of movie shown as the fire, which is pretty good, but ...
8
votes
3answers
1k views
CAD like 3D geometry .NET library
I am looking for a good 3D CAD like library. I need basic geometry shapes (cube, sphere, torus etc.) and the library should make the surface mesh - based on the shapes and some boolean operations.
I ...
8
votes
3answers
2k views
How does one plot a 3D stacked histogram in R?
I want to plot stacked histograms in R; i.e. stack individual histograms in the third dimension.
thank you all for your suggestions, especially the one by Shane.
@hadley, I agree with your points, ...
8
votes
3answers
917 views
Display 360 Image in Silverlight 3.0 (Not Panorama)
I have a lot of images taken from a 360 camera which I would like to be able to display in Silverlight 3. They are NOT regular panorama images. The camera which took the image actually creates a ...
8
votes
7answers
1k views
How to compute a pair of closest points on two 3d circles?
I have two 2d circles in 3d space (defined by a center, normal, and radius) and I'm trying to come up with a pair of points that is one of the set of closest pairs of points. I know that there are ...