Tagged Questions
0
votes
0answers
16 views
Why are the final image dimensions in my perspective projection not in (-1,-1) to (1,1)?
I have implemented a perspective projection algorithm according to chapter 6 Computer Graphics Principles and Practices (CGP&P) by Foley, van Dam, Feiner, Hughes (2nd edition). I have
N'per = M ...
2
votes
0answers
56 views
Transform Latitude,Longitude-Position on screen in augmented reality app
This is my first post on this forum and I'm very new in programming. I want to build an application where I can see exactly where some gps-values are on my phone. I know a lot of applications, like ...
1
vote
1answer
85 views
Transform GPS-Points to Screen-Points with Perspective Projection in Android
Currently I'm writing an augmented reality app and I have some problems to get the objects on my screen. It's very frustrating for me that I'm not able to transform gps-points to the correspending ...
1
vote
1answer
90 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
1answer
141 views
How to do perspective projection “parallax” but without changing the scale or offset of objects?
The problem:
I am making a 2D game with parallax effect but I am using 3d space so am not simulating the parallax but letting the perspective projection take care of it for me. now the problem i have ...
1
vote
1answer
138 views
Perspective Issue with 3D coordinate system in OpenGL
I'm currently facing some perspective issues when trying to render the axes of a coordinate system into my scene. For these axes I draw three orthogonal lines that go through the center of my 3D cube.
...
0
votes
1answer
173 views
3D points projected to form an image
I want your intellectual suggestions for a problem i have. I have 3D points data along with intensity field (x,y,z,I) which represent the 3D scene. I want this 3D data converted into an image (2D ...
2
votes
2answers
134 views
Perspective projection and rotation in python
I've tried searching but none of the other questions seem to be like mine. I'm more or less experimenting with perspective projection and rotation in python, and have run into a snag. I'm sure my ...
0
votes
1answer
122 views
Camera distance for 3D object
Assuming I have a 3D object. I have no detailed information about the form of the object, the only information I have is the ranges of the 3 axis coordinates (the min/max x-coordinate etc.).
Given a ...
2
votes
1answer
342 views
Perspective projection with multiple 3D objects on different depths in Python
For my personal project I need to:
Produce a perspective projection from a 3D objet to a 2D plane (on a point defined in the space, which will be the camera).
Get the exact area/points coordinates ...
0
votes
1answer
111 views
Translate ortographic to perspective
I have two points that describe line, problem is that i know coordinates of one for orthographic matrix (ie 150x250x0), and coordinates for second for perspective matrix (0.5x0.5x20.0f). I would like ...
0
votes
1answer
133 views
Curve produced by perspective transformation applied to circular arc
I am trying to produce a drawing of a 3D sphere within a canvas which I would like to render quickly: My target is real-time performance for a small (300px square) canvas on iPad.
Most of the demos ...
0
votes
2answers
539 views
3D Perspective Projection doesn't look right
I have been using the 3D perspective projection formula:
sx = wx*scale/wz
sy = wy*scale/wz
It projects things sort-of alright, but for example a cube looks more like a rectangular prism and is ...
1
vote
1answer
552 views
Projecting 3D Points to 2D Points
I know this is a common question and there are oodles of resources on the web and several questions here handling this area but I can't find exactly what I need. So, with apologies in advance, here ...
1
vote
1answer
165 views
Mapping Onscreen Points to 3D Real Location
The specific name of what I am trying to do is "unproject" = to map a screen point to the 3D world.
So I found this site which has simple equations for mapping 3D coordinates to a 2D screen:
...
0
votes
1answer
735 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 ...
3
votes
3answers
3k views
Perspective Projection with OpenGL
I am confused about perspective projection.
Here is the scenario that is confusing me. My frustrum's front plane is basically positioned at at positive z-axis and the back plane at a -ive axis and ...
-1
votes
1answer
284 views
Augmented reality - Changing marker's screen coordinate according to phone rotation
I've managed to understand how to project 3d point to 2d screen.
Now, I would like to ask some guidelines on how to integrate phone rotation according to accelerometar data to change marker's screen ...
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 ...
2
votes
1answer
3k views
OpenGL ES 2.0: Why does this perspective projection matrix not give the right result?
About 2 days ago I decided to write code to explicitly calculate the Model-View-Projection ("MVP") matrix to understand how it worked. Since then I've had nothing but trouble, seemingly because of the ...
1
vote
1answer
343 views
Perspective projection of an object on a plane in 3D
Imagine there is plane in between a virtual person and an object. The object is a box with a certain xyz scaling and rotation. The plane is like a glass window. The person is looking at the object ...
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.
...
1
vote
1answer
749 views
3D Projection Issue: Z Value doesn't lie in [1,-1] after Perspective Divide
I'm trying to do a simple perspective projection in the process of rasterizing a 3D point. Here are all the matrices and other info. All Matrices are row major. The coordinate system is Right Handed.
...
1
vote
1answer
2k 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 ...
0
votes
1answer
460 views
WP7: 3D Perspective Camera Depth Effect
Lets say I have a Canvas with one Image centered on the screen. When I move the image away from the center, lets say to the upper right corner, I want it to be skewed as if the Canvas was a ...
1
vote
1answer
645 views
Oblique perspective - projection matrizes in processing
I want to extend processing in order to be able to render 3D stuff with oblique projections (cabinet or cavalier). After looking around source of the camera(), perspective() and ortho() methods I was ...
2
votes
2answers
478 views
OpenGl box fullscreen
I'd like to draw the inside of a box fullscreen (i.e. it should completely fill the viewport) using OpenGL. The box should have perspective.
I presume I'll have to change the dimensions of the box ...
1
vote
1answer
230 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 ...
1
vote
1answer
1k views
Perspective projection - how do I project points which are behind 'camera'?
I'm writing my own software rasterizer in Java, and I ran into some trouble with it... take a look at a sample image, please:
Image
This sample just draw simple square grid on a plane. Everything ...
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 ...

