I\'m trying to compute 2d 开发者_JAVA技巧projections of a 3d mesh from different views using matlab.
I have a custom 3d flip that needs to get the root view to access the two views that are flipped, like this: v.startAnimation(new Flip3D(v));
I\'m trying to make a 3D object do a wobble effect, very much like a boss in StarFox 64 did when it teleported (see this video at 5:17 for reference). This seems like either a skewing effect, or perha
Is there a 3D library for objective-clike papervision or away3D for actionscript? To clarify, I\'m writing the app in objective-c.
I\'m using a Lua API. I\'m trying to transform 3D space coordinates to 2D space coordinates. I\'ve asked google but I can\'t find anything apart 开发者_如何学Cfrom snippets using OpenGL function. I do
I have seen some cool 3D stuff done with css3 3d translations, for instance: http://www.webkit.org/blog-files/3d-transforms/morphing-cubes.html
How to make SIMPLE开发者_开发百科 3D application? (just a cube with light and mb with textures) with pure Silverlight 5 API. I don\'t want to use Babylon, or any other 3D render engine...
in a 3D game, after optimization i have hit 60fps on an iPad2,the main runloop is in a secondary thread,
开发者_如何学Go 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 expertise, but this question will likely so
I\'m working on a 3D mesh parsing tool.Currently, I\'m trying to determine the rotation between two congruent triangles in 3D space—we\'ll call them ABC and DEF.