Tagged Questions
0
votes
1answer
484 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 ...
2
votes
2answers
115 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
421 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 ...