0
votes
1answer
42 views

Simulating cloud chamber tracks

I'm trying to recreate cloud chamber tracks on python, but am really struggling with the coding as it is much more complicated than any previous python work I have done. The set up is as follows: I ...
1
vote
3answers
95 views

Projection- Transforming 3d to 2d

I have problem or well, I do not know how to transform 3d point with x,y,z values to 2d point, I have to draw projection, where I do have x,y,z values for points but I don't know how to transform them ...
0
votes
1answer
149 views

Projection Matrix or not? (OpenGL ES 2.0)

Is it necessary to use a projection matrix like so: Matrix.frustumM(mProjMatrix, 0, -ratio, ratio, -1, 1, 3, 7); and Matrix.setLookAtM(mVMatrix, 0, 0, 0, 3, 0f, 0f, 0f, 0f, 1.0f, 0.0f); // ...
1
vote
2answers
214 views

What exactly are eye space coordinates?

As I am learning OpenGL I often stumble upon so-called eye space coordinates. If I am right, you typically have three matrices. Model matrix, view matrix and projection matrix. Though I am not ...
1
vote
1answer
87 views

Ways to “invert Z-axis” in shader-based core-profile OpenGL?

In my hobbyist shader-based (non-FFP) GL (3.2+ core) "engine", everything in world-space and model-space is by design "left-handed" (and to stay that way), so X-axis goes from -1 ("left") to 1 ...
0
votes
2answers
53 views

About OpenGL Matrix Multiplications

http://www.cs.uaf.edu/2007/spring/cs481/lecture/01_23_matrices.html I have just finished reading this, but i have 2 questions about multiplications. gl_Position = ...
0
votes
1answer
88 views

Compute normals in shader issue

I have the following vertex shader to rotate normals. Before I implemented that, I passed also the rotation matrix of the mesh to calculate the normals. That time lighting was just fine. #version 150 ...
3
votes
1answer
244 views

Transform a 2D image to mimic a 3D projection on a 3D plane

According to the SVG spec, you can apply an arbitrary 2x3 transformation matrix to any element. http://www.w3.org/TR/SVG/coords.html#TransformAttribute I would like to utilize this method to apply a ...
1
vote
1answer
496 views

openGL Math book to learn matrix rotations/projection frustum settings, etc

I'm searching for a great-explained book to learn openGL matrix operations, frustum generation (something like http://www.songho.ca/opengl/gl_projectionmatrix.html but with a greater coverage on ...
0
votes
2answers
612 views

How to get a Ray from 'gluUnProject'

my basic question is - what is the proper way to use 'gluUnProject' to get a Ray or normal vector from my mouse/cursor position. I have converted the 'gluUnProject' code to C# from the mesa glu C ...
0
votes
1answer
728 views

Projection Matrix

I tried to understand the mathematics behind the projection matrix and I found this page. The matrix from this page: I found this matrix is similar to the matrix of Xna. I understood how they got ...
1
vote
1answer
459 views

How to define projection matrix in stage3d without using perspectiveFieldOfViewLH method

i did this tutorial: http://ltslashgt.com/2011/02/28/molehill-spinning-cube/ The interesting part is that he didn't use perspectiveFieldOfViewLH and instead he defined his own projection matrix. I'm ...
0
votes
1answer
1k views

Why does this Perspective Projection Matrix Calculation not give the correct result?

I can't quite figure this out. I've got an OpenGL application I'm converting from the old fixed function pipeline to the programmable pipeline, and getting rid of the deprecated functions I've been ...
0
votes
1answer
567 views

OpenGL left-handed coordinate system

I'm writing a 3D OpenGL app and I'm having problems with my vertex translation matrix. Here's my vertex shader: attribute vec4 vInPos; uniform mat4 kWorld; uniform mat4 kProj; void main( ...
2
votes
2answers
191 views

why the projection matrix must be double?

Here is the problem, I have a ModelViewProjection(MVP) Matrix that is made from multiplying ModelView with Projection; I have made some functions that does the same thing as glOrtho and gluPerspective ...
1
vote
1answer
645 views

Clip matrix for 3D Perspective Projection

I am trying to create a simple 3D graphics engine and have found and used the equations I found here: http://en.wikipedia.org/wiki/3D_projection#cite_note-0. (I have calculations for Dx, Dy, Dz and ...
1
vote
1answer
299 views

Simple 3D projection and Orientation handling?

I'm currently working on a quirky retro flight sim and I've run into a few problems with my 3d projects, in so much as I can't find any solid generic documentation on the subject. How do I convert ...
1
vote
1answer
251 views

MVP matrix not working outside of shader?

Odd problem here, I've been converting my current project from Qt's native matrix/vector classes to Eigen's, but I've come across an issue that I can't work out. I calculate the MVP for the shader ...
4
votes
2answers
1k views

square to trapezoid

I know that transforming a square into a trapezoid is a linear transformation, and can be done using the projective matrix, but I'm having a little trouble figuring out how to construct the matrix. ...
5
votes
2answers
819 views

opengl oblique projection

I want to create a oblique (cavalier) projection in OpenGL. I know this operation is not default supported and instead I need a Shear Matrix and then make an Orthogonal Projection. Can you tell me ...
0
votes
1answer
235 views

Rotation around Z from a non-skew, affine orthogonal projection matrix

I can't seem to find an answer to what I thought should be a fairly straightforward problem. I'm trying to get the z-rotation of a matrix which represents the scale, transform and rotation of an ...
1
vote
1answer
1k views

Perspective 3D Projection in Java

I'm working on creating a simple 3D rendering engine in Java. I've messed about and found a few different ways of doing perspective projection, but the only one I got partly working had weird ...
1
vote
2answers
3k views

Calculation of a perspective transformation matrix

Given a point in 3D space, how can I calculate a matrix in homogeneous coordinates which will project that point into the plane z == d, where the origin is the centre of projection.
2
votes
1answer
1k views

Direct3D 11 WorldViewProjection Matrix Transformation Not Working

I have a simple square I'm drawing in 3D space using Direct3D 11 and SlimDX, with the following coordinates (I know it renders) 0,0,0.5 0,0.5,0.5 0.5,0.5,0.5 0.5,0,0.5 I have a camera class that ...
0
votes
1answer
234 views

Projection Matrix Found in Collada Scene

I have a question concerning a current projection matrix that i need to add for a model rendered in opengl. The projection matrix is found in a collada file for placing a Group in a different ...
0
votes
2answers
256 views

z-value of a projected 3d point

After a 3d point has been transformed by a perspective projection matrix, what do the Z coordinate stand for? Distance from the 'eye'? Distance from the near clip plane? None of this? Edit I've set ...
1
vote
1answer
895 views

drawing lines in 3D (DirectX)?

I'm adding lines to my 3D world like we see in 3D studio max. To draw lines I'm using a cylinder mesh and simply stretching/rotating it appropriately. That's all working fine but my problem is scale. ...
1
vote
1answer
229 views

If a world matrix and camera matrix are both identity matrices, can they be ommited?

This is a basic question about the need for world and camera space matrices when each are identity matrices. Can they be ommited when calculating a 2D projection? I'm pretty sure that they can, ...
4
votes
1answer
3k views

Projecting a 3D point to 2D screen space using a perspective camera matrix

I am attempting to project a series of 3D points onto the screen using a perspective camera matrix. I do not have world space (or consider it being an identity matrix) and my camera does not have ...
2
votes
3answers
688 views

Getting Started with Matrix3D (Silverlight)

Okay, I know absolutely nothing about 3D projection, but I need to figure out a way to project pictures in Silverlight (<Matrix3D/>) based on some predetermined variables that I have available ...
0
votes
2answers
1k views

Projection on a plane using a 2*3 matrix

I can easily draw the projection of a 3D set of points onto the plane with normal vector (1,1,1), by using the matrix (-sqrt(3)/2 sqrt(3)/2 0) (-1/2 -1/2 1). I want to do ...
0
votes
2answers
1k views

Function for perspective projection of a matrix in C++

Does anyone have a function that returns the perspective projection of a 3x3 matrix in C++? Matrix Perspective() { Matrix m(0, 0, 0); // Creates identity matrix // Perspective projection ...
0
votes
2answers
563 views

How do i use perspective projection in this library

i found a library called pyeuclid and it seems to do what i want in respect to 3D math. it contins a 3D vector class and a 4X4 matrix class capable of transformations like rotate,translate and scale. ...
2
votes
1answer
1k views

Efficiency of perspective projection vs raytracing/ray casting

I have a very general question. I wish to determine the boundary points of a number of objects (comprising 30-50 closed polygons (z) each having around 300 points(x,y,z)). I am working with a fixed ...
0
votes
2answers
1k views

mapping from normalized device coordinates to view space

I'd like to map from normalized device coordinates back to viewspace. The other way arround works like this: viewspace -> clip space : multiply the homogeneous coordinates by the projection matrix ...
11
votes
4answers
12k views

3d to 2d Projection Matrix

I have 3 points in 3d space. I know the exact locations of them. Suppose they are (x0,y0,z0) (x1,y1,z1) (x2,y2,z2) Also i have a camera that are looking at these 3 points and i know the 2d locations ...