I have a 4-dimensional dictionary I made with a Python script for a data mining project I\'m working on, and I want to read the data into Matlab to do some statistical tests on the data.
I have a set of coordinates representing the 3d positions of a number of objects. These points are taken from a simulation of a 3-d cube. What I need to do is to make a 3d grid on the cube, and then t
I want to automatically model 3D human from given anthropometric measurements (basic开发者_如何学编程 sizes, height, waist, chest diameter etc). Is there any tool/library that can let me do it automat
I am trying to write a programthat will handle 3D models (.stl files) and show them in a web browser. The problem I have is the most basic of them - wh开发者_Python百科ere to start?
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or e开发者_JS百科xpertise, but this question will likely soli
I\'m using Chrome 12 in a Linux 64bit box, but I can\'t get any of the samples bellow to work: http://www.satine.org/research/webkit/snowleopard/snowstack.html
Inside Google Street View, mov开发者_C百科ing the mouse around over different buildings and stuff, it highlights the 3D plane in which that surface of the building is located.
I continue to think of the possibilities for the 3d-animation (moving point along a curve). I have written the following code to try it using the hgtransform command but I do not understand why does n
I am trying to make an animation of the trajectory (circular orbit of 7000 km altitude) of a satellite orbiting the Earth. The following vectors x,y,z represents the coordinates of it (obtained integr
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 time,