Tagged Questions
0
votes
1answer
32 views
THREEJS: Rotating the camera while lookingAt
I have a moving camera in camera container which flies arond the scene on giving paths like an airplane; so it can move to any position x,y,z positive and negative. The camera container is looking at ...
1
vote
1answer
46 views
Set Camera Rotation in Libgdx
I can't seem to find a way to tie the rotation of my ortho camera in libgdx (project with box2d) to the rotation of a box2d body.
There is the method of cam.rotate(xy), giving it an impulse or ...
1
vote
1answer
92 views
Rotate a quaternion
I want to code a first person camera with its rotation stored in a quaternion. Unfortunately there is something wrong with the rotation.
The following function is responsible to rotate the camera. ...
-2
votes
0answers
27 views
java - lwjgl - camera - setting camera on possition
i'm busy with a game and my friends aren't online to help so im here :D
try {
Display.setDisplayMode( new DisplayMode (640,480));
Display.setTitle("Voxel Game");
Display.create();
} catch ...
0
votes
1answer
30 views
Clamp rotatation angle of a rigid body
I recently attached a rigid body to the camera in my 3d game, so that it can collide with the environment. By now mouse movement directly rotates the rigid body.
#include ...
0
votes
1answer
44 views
opengl rotated object not centered
I am learning modern opengl(3.3), and atm I am creating my own mvp matrices.
I just have some weird problem, when I try to rotate the world, my camera does not seem to rotate around the center.
Here ...
0
votes
0answers
105 views
three.js: Rotate around origin after panning camera
I have a plane/board, with a grid, that is about 1100 x 1100. I have panning, zooming, and rotating working except for the fact that the board moves back to the center of the screen after it has been ...
0
votes
2answers
65 views
How to properly move the camera in the direction it's facing
I'm trying to figure out how to make the camera in directx move based on the direction it's facing.
Right now the way I move the camera is by passing the camera's current position and rotation to a ...
0
votes
0answers
27 views
Object rotates with lookAt
i have 2 cubes in my scene
var cubeGeometry = new THREE.CubeGeometry( 50, 50, 50 );
cubeMaterial = new THREE.MeshLambertMaterial( { color: 0x000088, transparent: true, opacity: 0.5} );
cube = ...
0
votes
0answers
50 views
Image display rotated taken from camre with orientation protrait
My question is when I select an image from gallery some of image displays rotated in imageview.I want to display it as it is in gallery.And the problem why image is rotated is because that image is ...
0
votes
2answers
62 views
Xna 4.0 3D Cameras & Models, rotation does not work right
Hi I am getting a headache with cameras and models rotation. the camera seems to be working but the rotation on the model just seems to be messed up. What i want is the model to turn a little bit in ...
0
votes
0answers
36 views
attaching a model to the camera so it always follows XNA
Im trying to put a model of golf ball in front of my camera, but im having trouble with it sticking to the center when i rotate my camera around. i think what im looking for is soemthing like the ...
1
vote
1answer
396 views
OpenGL 3D camera gluLookAt
I'm trying to set up a 3D camera with the gluLookAt method. So I have got a 10x10x10 cube and now i want to move the camera inside that cube. I have something like that:
gluLookAt( ...
1
vote
1answer
119 views
LWJGL - OpenGL - Camera rotation
i tried to create a first person camera. I took a piece of code of my XNA project and tried to convert it into java (LWJGL).
Matrix4f mx = Matrix4f.rotate(pitch, new Vector3f(1, 0, 0),
...
0
votes
0answers
54 views
LWJGL - Axes not rotating (Camera)
I'm learning OpenGL in Java and I have a problem with my camera.
The axes aren't rotating. No matter where I look at, I'm always going the same direction,
and the camera rotates around the same axes.
...
1
vote
0answers
279 views
THREE.js rotating camera around an object using orbit path
I am struggling in solving this problem.
On my scene, I have a camera which looks at the center of mass of an object. I have a some buttons that enable to set camera position on particular view ...
0
votes
1answer
237 views
Three.js Rotate objects inside of moving Object3D to always face the camera
I'm somewhat new to Threejs was just wondering how to make moving mesh always face the camera in a scene. I have 100 meshes inside of a container Object3D, and am rotating this container on the x and ...
2
votes
1answer
171 views
Translating camera around rotation point other than origin
Okay so this is a pretty specific question having to do with my camera transform in OpenGL. When the view opens the rotation point is around the origin - and when you translate the camera it does the ...
2
votes
1answer
391 views
OpenGL camera pitch, yaw and roll rotation
I am trying to create a class to control the camera in OpenGL.
I have three methods to change the pitch yaw and roll of the camera.
The methods take a float parameter to use as the amount of rotation ...
0
votes
1answer
258 views
Android: Taking and saving picture, portrait mode/landscape mode
When I am in portait mode with my android camera, the image seen is in landscape
So I wrote :
Method rotateMethod;
rotateMethod = ...
1
vote
1answer
499 views
iOS: camera orientation
I want to capture an image with the camera using AVCaptureSession.
It works ok, I start the camera and I can get the output. However, I have some problems with video orientation when I rotate the ...
1
vote
2answers
370 views
rotating camera three.js
I am trying when somebody click on button to move camera around object. But I dont want to move object(it need to be centered).
I am having:
and js functions
function MoveUp()
{
...
-2
votes
1answer
66 views
Is it possible to use a camera mode in Windows Forms? [duplicate]
Possible Duplicate:
Webcam usage in C#
and if it is possible to create a camera with Windows Form using C#.
It is Crucial in Forms because it is for my school project..
If there isnt ...
1
vote
1answer
248 views
Moving the camera in the direction it is facing
Okay I'm a noob in XNA programming, so bare with me. I've followed a tutorial on how to make a first person camera rotate and move in a 3D world in XNA on the Microsoft website. But when I rotate the ...
0
votes
1answer
347 views
Android OpenGl moving camera and drawing objects
I'm creating an app, which should draw objects in constant place on the scene, but when i move my phone around, camera should change view and i should see all object around (when i do full rotation ...
2
votes
1answer
413 views
LibGDX Moving a Rotated Camera
I've come to a situation in my application, built using LibGDX, where I need the camera to be able to rotate, and also be moveable by the user, as well as being able to be zoomed. My camera controls ...
2
votes
1answer
131 views
How can I lock a rotation matrix to the horizon?
I have problem with 3x3 rotation matrix. Is that possible to adjust an arbitrary existing rotation matrix, so the rotation was locked to the horizon (no roll, just pitch and jaw)? I need to make the ...
3
votes
1answer
295 views
OpenGL - Camera Orbiting a Point with Quaternions
So I currently use quaternions to store and modify the orientation of the objects in my OpenGL scene, as well as the orientation of the camera. When rotating these objects directly (i.e. saying I ...
0
votes
0answers
46 views
Focusing Selected Object and having the Camera look Straight at it
I need to be able to focus on the selected Face. I want the Camera to automatically (in a transitioned way) rotate and position itself so the Face is at the front. I am redrawing each shape from the ...
2
votes
1answer
556 views
Issue with GLM Camera X,Y Rotation introducing Z Rotation
So I've been having trouble with a camera I've implemented in OpenGL and C++ using the GLM library. The type of camera I'm aiming for is a fly around camera which will allow easy exploration of a 3D ...
0
votes
0answers
54 views
captureManager save into wrong orientation
I'm developing a procedure that capture a picture from front camera and then save the graphics object into a blob of a sqlite3 database.
All goes ok: I can view the picture in correct mode (if I use ...
0
votes
0answers
211 views
Rotation Joystick IOS Unity3D
I have a serious bug when rotating the joystick on iOS.
The camera bug when doing a completely continuous rotation firstcontroller.
Is anyone already faced this problem?
Thank you in advance
P.S my ...
0
votes
2answers
396 views
OpenGL Rotate camera around center-of-scene
I have a scene which is basically a square floor measuring 15x15 (a quad with coordinates (0,0,0) (0,0,15) (15,0,15) (15,0,0) ).
I 've set the center-of-scene to be at (7.5,0,7.5). Problem is I can't ...
0
votes
0answers
88 views
Camera rotation calculation?
i wanted to tranlate camera in world space. It doesn`t move as i expected. My Algorithm is
first i translate the camera in View space.
Camera is always located in (0,0,0). After i calculate the new ...
1
vote
1answer
429 views
How to rotate the camera in a first person character controller in Unity 3d
I'm working on a Unity 3D game that contains a first person character controller. I'm trying to rotate the main camera on top of it to simulate the character turning its head left and right as he ...
3
votes
1answer
668 views
OpenCV Computing Camera Position && Rotation
for a project I need to compute the real world position and orientation of a camera
with respect to a known object.
I have a set of photos, each displays a chessboard from different points of view.
...
1
vote
2answers
87 views
Improve perfomance of my threejs
I have some issues about my model. Is is an easy model buy I can not make It work well...
I upload my project here: http://webgl.drapps.info
I have a car model with some pieces that change material ...
-1
votes
1answer
136 views
How to rotate he camera - 3D camera rotation
I am wondering if there is a variable or way i could use to rotate the camera in my game. I can move it along xyz axis's but i cannot figure out how to rotate it! :O
Here are the variables:
...
0
votes
1answer
242 views
Camera following player opengl
I have been looking into this problem for a while now but I can't find a solution.
Right now my camera follows the players position correctly but the rotation of the camera goes wrong. If I only use ...
0
votes
1answer
564 views
Three.js 3rd person camera
I'm trying to create a 3rd person camera view in three.js
I'm using the THREE.FirstPersonControls(); on my camera. Then setting the rotation and positions of my "player" objects to be the same as the ...
0
votes
2answers
82 views
Camera lookAt target changes when rotating parent node
I have the following issue.I have a camera with lookAt method which works fine.I have a parent node to which I parent the camera.If I rotate the parent node while keeping the camera lookAt the target ...
0
votes
1answer
229 views
Rotating a vector
I want to do a simple vector rotation.
The goal is to head my first-person camera which is currently pointing to to target t with direction d to a new target t1 with a new direction d1.
The ...
0
votes
0answers
164 views
Three.js TrackballControlls Rotate Camera
I need help, friends. I have this problem: https://github.com/mrdoob/three.js/issues/1230. I would like to revolve my camera about my object on a static plane (or on the x-axis, if that's a better way ...
1
vote
0answers
372 views
Android: Camera.Parameters.setRotation() unexpected result in Galaxy Nexus
Without calling parameters.setRotation(), the direction of the picture saved by pictureCallback is not same as preview on screen, so I add the line parameters.setRotation(90) for test, after adding ...
0
votes
0answers
49 views
Rotating camera wont save the picture
If I take the picture with the phone in a normal way (vertical) the picture is saved correctly. But if I take the picture with phone in horizontal position, the picture is not saved. There is no ...
1
vote
1answer
2k views
OpenGL camera - View matrix from quaternion behaves incorrectly and pitch is too restricted
I'm creating the view matrix for my camera using its current orientation (quaternion) and its current position.
void Camera::updateViewMatrix()
{
view = glm::gtx::quaternion::toMat4(orientation);
...
1
vote
1answer
400 views
Rotating picture taken by Camera in Android
I am trying to do an application that takes a picture with the front facing camera without a UI and i have been successful doing that but the only problem is the picture is always taken in landscape ...
0
votes
2answers
259 views
Photo rotated in custom camera application
My app is using camera to take photos. The problem is, the photo is rotated by 90 degrees. The app is designed to run in portrait orientation and I have set ...
0
votes
2answers
194 views
Estimate motion of monocular camera
I had read lectures and topics and I work on it since weeks, but I can't found the way to describe the motion of my camera. I don't want to reconstruct 3D world. I'm using OpenCV.
I have a monocular ...
0
votes
2answers
1k views
Rotating camera around the X-axis (three.js)
I am trying to rotate the camera around to X-axis of the scene.
At this point my code is like this:
rotation += 0.05;
camera.position.y = Math.sin(rotation) * 500;
camera.position.z = ...

