I need to create a web app that allows the user to graphically analyze multivariate data. In my vision, the users will select three (out of the many available) variables that they want to see, and the
I have an application with 3D objects that reside in Viewport3D and I want the user to be able to select them by dragging a rectangle on the screen.
I have (with assistance) created a function that plots and draws a line of blocks within a 3D space. Generally this is performed in a 64x64x64 gridded cube.
I\'m working on a project that the user navigates around by clicking on icons in 3d space.When a user engages one of these icons, the camera should pan and zoom so that the selected icon appears in th
In the DirectX mobile lighting sample, a cylinder is generated in the following manner: for( DWORD i=0; i<50; i++ )
I\'ve only a basic knowledge of 3D Max. I\'m creating a plane using MaxS开发者_运维问答cript, converting it to an editable Poly and then extruding certain faces. The thing is, I only have 16 faces to
Alright, so I\'m working on collision detection for a 3d game, this is what I got so far: public void mapCol(Spatial map, Node model2){
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to discover a faster algorithm for testing whether an axis-aligned conical surface intersects the volume of an axis-aligned bounding box.
I am developing a model of the kind of a calibration target in Blender. The calibration target contains a set of circular markers. In order to test the accuracy of my c++ procedures, I need to know ex