Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
66 views

3d point cloud render from x,y,z 2d array with texture

Need some direction on 3d point cloud display using OpenGL in c++ (vs2008). I am brand new to OpenGL and trying to do a 3d point cloud display with a texture. I have 3 2D arrays (each same size ...
2
votes
4answers
289 views

3d point cloud reconstruction using in c++

I've got a project which involves 3D reconstruction if point clouds from a 3D scanner. Being relatively new to the computer vision field I'm in the dark. The objective of the project is to implement ...
0
votes
1answer
207 views

Ways to dynamically render a real world 3d environment in Unity3D

Using Unity3D and C# I am attempting to display a 3d version of a real world location. Inside my Unity3D app, the user will specify the GPS coordinates of a location, then my app will have to generate ...
1
vote
2answers
120 views

Rotate, Scale and Transform in video games

IF a 3 dot vector and a 3x3 matrix can rotate, scale and transform things in a virtual 3D space, could you use a 3x3x3 matrix and a 3.3.3 vector to do something to the games sense of time?
0
votes
2answers
387 views

Starting an HTML canvas game with no graphics skills

I want to do some hobby game development, but I have some unfortunate handicaps that have me stuck in indecision; I have no artistic talent, and I also have no experience with 3D graphics. But this ...
6
votes
2answers
325 views

Best approach to selecting programming languages and 3D graphics API for simulating physics experiments

I am starting a research project and need to nail down a programming language and 3D graphics API where I will be creating an environment in the field of molecular cell biology where I will be ...
2
votes
2answers
88 views

Searching for entity awareness in 3D space algorithm and data structure

I'm trying to do some huge AI system just for the fun and I've come to this problem. How can I let the AI entities know about each other without getting the CPU to perform redundant and costly work? ...
7
votes
2answers
260 views

Where can I find an algorithm for creating 3D anaglyphs using a depth map image?

I'm looking for a generic algorithm to calculate a red/cyan anaglyph starting from the original image and its black/white depth map, as in this example? That algorithm is used, for example, in ...
1
vote
1answer
112 views

Zoom to Fit Points on Surface

I'm attempting to develop a piece of functionality using a 3rd party map control in an application that automatically pans/zooms the map surface to the best possible view given points on map. The map ...
1
vote
2answers
206 views

Dedicated graphics needed for developing 3D Android apps? [closed]

Intel 3000 graphics should be decent enough for developing 3D Android apps, correct? I mean, if the phone can handle it, so can onboard graphics?
1
vote
5answers
216 views

How would I develop an avatar based 3D conference environment? [closed]

I want to develop a 3d environment to be used for meetings and other such functions. Each attendee could log in with a customized avatar and could collaborate and discuss via voice and text chat. I ...
5
votes
5answers
405 views

How can you generate a Virtual world like World of Warcraft but using Java

I have looked into Java3D but It is not clear how to turn Data into a 3D world like World of warcraft, It would be nice to be able to find a tutorial or some pointers to help me learn how to turn ...
6
votes
6answers
2k views

Rendering trillions of “atoms” instead of polygons?

I just saw a video about what the publishers call the "next major step after the invention of 3D". According to the person speaking in it, they use a huge amount of atoms grouped into clouds instead ...
1
vote
1answer
168 views

Where is java3d used?

The idea of java3d is very interesting, but I don't see any desktop or web applications built using java3d. Where is it used and what perspectives does it have?
2
votes
6answers
464 views

Starting with 3D programming

I will be working on a 3D project and i need to learn c++ and opengl fast. as i have heard it is the best combination to do graphics. I would also like your recommendation on this book I came ...

1 2
15 30 50 per page