0
votes
7answers
89 views
what are the recommended methods to create online 3d gaming engine ?
i want to create an online 3d game of roads and city buildings (supposed to have good graphics). i would prefer that it will work for all major Os's (linux,windows,mac).
I know th …
1
vote
2answers
42 views
How to determine 3D position of an object from perspective ?
I have a situation as shown in image, where I need to determine x,y of red and blue square in rectangular space but under perspective. Length and width of the rectangle are know.
…
1
vote
2answers
49 views
3D Engine for Driving Simulation
Is there any open-source 3D graphics and physics engine specialized in driving simulation? Something like a configurable game engine targeted at games that involve driving, or some …
1
vote
3answers
104 views
How to rotate an object in C# 3D?
I need to rotate an 3D mesh object on an axis in C#.
Could you show me how this is done?
0
votes
1answer
20 views
How do I interpolate normals on Catmull-Clark Subdivision Surfaces
I'm using CCSS to generate smooth surfaces.
I've been using the regular subdivision rules to interpolate the surface/vertex normal, but I think this may be wrong.
Are there diff …
0
votes
2answers
54 views
How to rotate 3d object on Z axis only?
We used 3DTools (http://3dtools.codeplex.com) to draw a 3d line, it allows user rotate it by mouse. I have question, how to limit user can rotate it on Z axis only? or on X axis, Y …
1
vote
1answer
57 views
Using Unreal 3 Engine within a .NET application
Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking about utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D win …
1
vote
2answers
158 views
C++ Data Structure for storing 3 dimensions of floats.
I've implemented a 3D strange attractor explorer which gives float XYZ outputs in the range 0-100, I now want to implement a colouring function for it based upon the displacement b …
0
votes
2answers
50 views
WPF 3d rotation animations
Hi Everyone,
I have a few 3d rectangles on my screen that I want to pivot around the Y axis.
I want to press down with the mouse, and rotate the 3d object to a max rotation, but …
3
votes
2answers
119 views
Finding the spin of a sphere given X, Y, and Z vectors relative to sphere
I'm using Electro in Lua for some 3D simulations, and I'm running in to something of a mathematical/algorithmic/physics snag.
I'm trying to figure out how I would find the "spin" …
2
votes
3answers
57 views
Java 3D plot library?
Ok so I'm doing a project on visualization of some financial stuff in java, the main objective is to take some input from the stock market, run it through a few equations and then …
0
votes
1answer
25 views
WPF 3d ImageBrush material help
Hi all,
Im trying to apply a material to my GeometryModel3D at runtime like so:
var model3D = ShardModelVisual.Content as GeometryModel3D;
var materialGroup = mod …
2
votes
8answers
102 views
3D Software Renderer with VB6
Hi, I am IT student and I have to make a project in VB6, I was thinking to make a 3D Software Renderer but I don't really know where to start, I found a few tutorials but I want so …
0
votes
1answer
22 views
Why and when should you use hoops 3d graphics?
My company needs 3D visualization for our commercial applications (CAD, mesh manipulation, computational geometry). We are tired of true vision 3D (tv3d), which we've been using fo …
1
vote
1answer
22 views
Load 3D object in Silverlight 3
Is is possible to load 3D objects in a Silverlight 3 application? (3DS Max objects or other formats)
