0
votes
0answers
17 views

Move 3d body using keyboard

I want control model using arrays. I have code for now: For rotation: rotation=0.0f; if(Gdx.input.isKeyPressed(Keys.A)) { rotation += 80; }else ...
0
votes
1answer
41 views

Gaussian Blur of 3D Data

I have a program in which I am querying all points included in a sphere S of radius R. The points are 3D points actually aligned on the vertices of a 3D regular grid, but I don't think this detail is ...
1
vote
2answers
56 views

animate 3d plot in matlab / octave

I'm trying to animate this spiral using matlab / octave I want it to spiral up or down t = 0:0.1:10*pi; r = linspace (0, 1, numel (t)); z = linspace (0, 1, numel (t)); plot3 (r.*sin(t), r.*cos(t), ...
1
vote
1answer
31 views

How to find the azimuth/elevation from a vehicle to a target?

I am trying to find out how to compute the azimuth and elevation angles from a moving air-vehicle simulation to some point on the ground. I have the vehicle's position vector P, and its orientation ...
0
votes
2answers
81 views

Get coordinates of a point in 3D space from angles its vector makes with axis and its length

I have a magnitude of the vector pointing somewhere in 3D space from the origin (0x, 0y, 0z). I also have an angle that projection of the vector in X and Z axis makes between itself and the Y axis. In ...
0
votes
0answers
69 views

Finding the distance of a point from many triangles in 3D space

This article is very close to the answer I'm looking for: Fastest way to compute point to triangle distance in 3D? It has a lot of GREAT information on the concepts of what I'm trying to do. I have ...
0
votes
0answers
42 views

Rotating entire X,Y axis in 2D space via matplotlib

I have problem using matplotlib in Python. Problem is that I must make rotation in 2D of X and Y axis by 30°,45°,60° and 120° and the opposite. In this code below can someone please give me some tips ...
0
votes
2answers
37 views

Finding the distance of a point from a triangle in 3d space

Imagine the surface of a triangle in cartesian space. How can I find the distance of a given point from the surface of that triangle? Point 1: [ 30, 24, 22 ] Point 2: [ 35, 13, 19 ] Point 3: [ 21, ...
-1
votes
0answers
8 views

How to tell which cardinal axis is being dragged [closed]

In this specific situation, I have a cube, and all three cardinal planes, with their collision points with the mouse. When a user drags the mouse across the cube (To rotate the cube, so, usually in a ...
0
votes
1answer
23 views

Putting 2D coordinate system to 3D via matplotlib

I am pretty new to programing in python and I have a question. So I want to draw 2D coordinate space in 3D so I could add points in space and show rotations around (0,0) for (2,1) of 2D space by ...
2
votes
0answers
37 views

Combine Spheres [duplicate]

Given a collection of spheres defined by their 3D position and radius. Is there a trivial way to combine these together to give the smallest single sphere which encloses all spheres in the ...
0
votes
1answer
55 views

How to align a face to a position in world space?

I have a mathematical problem. Let's say I have a face (with 3 or 4 vertices) at some world position. I want to translate/rotate the mesh so that the face is "facing" up and is centered (0,y,0). What ...
2
votes
1answer
45 views

Non-linear slerp animation with quaternion

While the popular slerp formula for interpolating between 3D orientations is pretty cool and useful, it occurs to me that this is a linear animation. Less complicated animation, such as simple ...
0
votes
0answers
41 views

Retrieve X/Y angles (in 360 degrees) from a 3D Matrix? [duplicate]

I have a 3D Matrix that looks like this: matrix3d(-0.9612616959383189, 0, 0.275637355816999, 0, 0, 1, 0, 0, -0.275637355816999, 0, -0.9612616959383189, 0, 0, 0, 0, 1) It represents an object ...
2
votes
3answers
252 views

Finding the line along the the intersection of two planes

I am trying to draw the line formed by the intersections of two planes in 3D, but I am having trouble understanding the math, which has been explained here and here. I tried to figure it out myself, ...
1
vote
3answers
107 views

Removing Points C++

I have N number of points (x_N,y_N,z_N) in a point cloud. The point cloud forms the shape of a spherical shaped object. My problem is that I have points in my cloud that stick out noticeably along ...
1
vote
1answer
113 views

WebGL: how to prevent camera bounce when changing center of rotation

I've hit a mental block of sorts, and was looking for some advice or suggestions. My problem is this: I have a WebGL scene (I'm not using a 3rd party library, except gl-matrix), in which the user ...
3
votes
2answers
69 views

Check which side of a plane points are on

I'm trying to take an array of 3D points and a plane and divide the points up into 2 arrays based on which side of the plane they are on. Before I get to heavily into debugging I wanted to post what ...
1
vote
1answer
121 views

I can't get my 3D Model to move forward in XNA but the Rotations Work?

The thing that does not work is that the ship1Location += is acting like I typed ship1Location = ... It is only making its self equal to whatever comes after the += and not adding to itself ...
0
votes
1answer
73 views

Converting 2D viewport translation to 3D rotation

I am trying to rotate a 3D Cylinder with reference to a 2D viewport. With the radius of the cylinder and the 2D translation known, how can i find out the angle it turns?
2
votes
1answer
92 views

Camera looking at a sphere - pole wrapping

I have a 3D camera that is centered on a point on a sphere's surface. It follows and rotates around it perfectly, except at the poles of the sphere. Note that the sphere is actually a cube projected ...
0
votes
1answer
67 views

Getting a vector coordinate post matrix multiplication

I have a series of transformations that take my object and put it somewhere else. I am manually multiplying these transformations for the programmable pipeline in GL/ES. I'm rotating around distant ...
1
vote
2answers
85 views

Are these functions column-major or row-major?

I'm comparing two different linear math libraries for 3D graphics using matrices. Here are two similar Translate functions from the two libraries: static Matrix4<T> Translate(T x, T y, T z) { ...
2
votes
1answer
128 views

What's the significance of 1/cos(x) in this code for a 3d canvas game?

I've been experimenting with HTML5 canvases lately and came across this 3d example with relatively little code behind it. I was hoping to find a good introduction to 3d rendering, but I'm having more ...
0
votes
0answers
53 views

Is there a module to generate noise in Python 2.6?

I mean as a standard, not an external module. Something like a Perlin noise, etc.
3
votes
1answer
151 views

In a TBN Matrix are the normal, tangent, and bitangent vectors always perpendicular?

This is related to a problem described in another question (images there): Opengl shader problems - weird light reflection artifacts I have a .obj importer that creates a data structure and ...
-1
votes
1answer
75 views

How 3D projection works? [closed]

If there is a camera with a given fov and aspect ratio values at (0, 0, 0) looking straight down the Z axis, and there is a triangle (x1, y1, z1), (x2, y2, z2), (x3, y3, z3), and the canvas is ...
3
votes
3answers
179 views

Translating Camera Matrix in OpenGL

So until recently I have been transforming my OpenGL objects like this (Rotation_Matrix is GLfloat[16], I get it from a quaternion that stores the object's orientation, works well): ...
0
votes
1answer
50 views

Calculating y distance after 3d rotation?

I'll start off by saying that I'm quite bad in math, I'm trying to calculate the distance between a circle and the center of the screen after rotating an image that contains that circle by 45 degrees ...
1
vote
0answers
129 views

Following an object on Z axis? (3d camera) [closed]

I'm working on this project in Flash ( Actionscript 3 ) but I suppose that this problem could also happen on other languages too so yeah.. As the picture below shows, I have those classes: Stage, ...
0
votes
1answer
465 views

Euler angles between two 3d vectors

How do you find the 3 euler angles between 2 3D vectors? When I have one Vector and I want to get its rotation, this link can be usually used: Calculate rotations to look at a 3D point? But how do I ...
0
votes
0answers
45 views

Filtering out internal points in 3D mesh

I have a program that does analysis on 3D shapes only if all the vertices are on the surface of the shape. However, the data I am provided with has vertices on the inside so I need a way to filter ...
0
votes
1answer
156 views

Computing Vector from Quaternion works, computing Quaternion from Vector does not

So I am using a quaternion to create a segment of two points in 3D space, and trying to recompute a similar quaternion later on (one representing the same vector through space; I am aware that the ...
0
votes
2answers
212 views

Ray tracing for dummies [closed]

This is a difficult question: I'm searching for masterfully explained/exceptionally explained books/tutorials/whatever regarding ray tracing (Kd-trees, barycentric oordinates). By "masterfully ...
1
vote
0answers
77 views

Projecting from screen to world space in C has strange FOV results

firstly thank you for looking at my post, I will try to be as detailed as I can to explain my problem. I am trying to build a simple ray tracer and I am getting some strange results when I try to ...
0
votes
2answers
168 views

3D perspective 'grab' panning with DirectX

I am implementing a pan tool in our software's 3D view which is supposed to work much like the grab tool of, say, Photoshop or Acrobat Reader. That is, the point the user grabs onto with the mouse ...
0
votes
2answers
108 views

rotate plane so its normal is the same direction as another plane's normal

My problem is that I have a surface in world space (three 3D points) that I want to rotate so that the resulting normal of those three points will be the same as another plane's normal, while ...
1
vote
1answer
34 views

localOrientationMatrixToHeadingTiltRoll function in google earth not working correctly

In playing with the milk truck game, I think I may have found an error or maybe it is an error in my understanding. In the truck.js or car.js depending on which version you are looking at right after ...
1
vote
0answers
207 views

Dual quaternion skinning with multiple weights

I'm importing animated meshes from a cg software which uses 3 weights per vertex for skinning. Each one weights other rotation axis (X, Y and Z). It creates very convincing effect and I want to ...
0
votes
1answer
123 views

Find a point on a plane given the plane's normal and a point along that normal

I am given a point (Px,Py,Pz) and a normal vector (Nx,Ny,Nz). I have to find the purple point (Tx,Ty,Tz) in this diagram: The black line is a plane that intersects the origin (0,0,0) and is ...
0
votes
0answers
67 views

Matching up 3D rendered game with Css3D webpage

I'm making a game using XNA to render the in game graphics, and Awesomium to draw a HTML user interface on top of the game. I'm trying to get some parts of the UI to have a little perspective using ...
4
votes
1answer
215 views

Quaternion and axis of rotation

This question has been answered. Below is most of the code that you need to make it work! Hope it helps others. Thanks to @Aki Suihkonen, @David Hammen, and @MBo. Both Angle functions give the right ...
2
votes
3answers
203 views

How to calculate the z-distance of a camera to view an image at 100% of its original scale in a 3D space

How can one calculate the camera distance from an object in 3D space (an image in this case) such that the image is at its original pixel width. Am I right in assuming that this is possible given the ...
0
votes
0answers
214 views

How should I project a 3D polygon onto a 2D plane?

I'm implementing a software 3D renderer, and due to performance issues on my target hardware, I can't do raytracing and I don't have access to any OpenGL or OpenGL-like implementations. My current ...
1
vote
2answers
134 views

How do I calculate x, y, z velocity given two rotation angles and a speed?

Another way of saying this question: How do I find the length, width and height of a cuboid given it's diagonal length and 2 rotational angles. This is for a 3d game where the user can change up/down ...
0
votes
1answer
287 views

Loading FBX model into DirectX application

I am trying to render a 3d model from FBX file in my directx application, so I have loaded it using fbx sdk, but I found a big problem, probably caused by different coordinate system: DirectX use left ...
3
votes
2answers
127 views

How to place a point in 3D so that it creates a certain angle?

I have a small question about 3D. What follows is an example of my problem. I have two points: A: 12 4 5 B: 6 8 -10 I have another point: C: 5 6 7 I need to transform(?) point C so that the angle ...
1
vote
2answers
761 views

Converting quaternions to euler angles. Problems with the range of Y angle

I'm trying to write a 3d simulation in C++ using Irrlicht as graphic engine and ODE for physics. Then I'm using a function to convert ODE quaternions to Irrlicht euler angles. In order to do this, I'm ...
1
vote
1answer
83 views

How do I take a 2D point, and project it into a 3D Vector by a perspective camera

I have a 2D Point (x,y) and I want to project it to a Vector, so that I can perform a ray-trace to check if the user clicked on a 3D Object, I have written all the other code, Except when I got back ...
5
votes
1answer
109 views

Detect tetrahedra within a triangulated mesh?

Let's say I have a mesh that has lines connecting the verticies in a way that would allow it to be split into tetrahedra. Is there an aglorithm I can use to detect the presence of the tetrahedra given ...

1 2 3 4 5 9