This may be a little hard to describe since I don\'t have a sample. I\'m trying to find a math function or full 3d function in php or a similar language that can help me with the following effect:
I am looking for solut开发者_运维百科ions for 3D visualizations in web browsers. For now I just need to do research about this topic, i.e. I need to know how many solutions exist and which of these ar
I\'m making a small 3d graphics game/demo for personal learning. I know d3d9 and quite a bit about d3d11 but little about opengl at the moment so I\'m intending to abstract out the actual rendering of
description lines are originating from origin(0,0,0). lines are at some random angle to the Normal of Top face of the cube.
I\'m using Java3D to render a three-dimensional scene.I would like to overlay a two-dimensional \"heads-up-display\" on top of the 3d image.How can I effi开发者_JS百科ciently paint the 2d content on t
I have been wracking my brain to come up with a solution to this problem. I have a lookup table that returns height values for various points (x,z) on the grid. For instance I can calculate the h
Do you have any recommendation for a free 3D charting library in Flex. To be more precise, I only need to draw surface (fo开发者_如何学Cr now). Basically, I just need a chart that displays three axes
Two lines in 3d are projected onto 2d screen, and their projections intersect at a point which can be calculated.
What is the simplest algorithm for decomposing a quadril开发者_开发问答ateral into an arbitrary number of triangles?Probably midpoint triangle subdivision.Cut your quad into two triangles, then use th
How to create the transformation matrix (4x4) that transforms a cylinder (of height 1 and diameter 1) into a cone that represents my spotlight (position, direction and cutoff angle) ?