Tagged Questions

1
vote
2answers
161 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
1answer
19 views

Two Viewports using Java2D

This is sort of a homework question, however no expectations for code or whatever just an idea or hint towards the following problem. I have a set of cubes in 3D world coordinates …
0
votes
1answer
151 views

Rendering different triangle types and triangle fans using vertex buffer objects? (OpenGL)

Hello, About half of my meshes are using triangles, another half using triangle fans. I'd like to offload these into a vertex buffer object but I'm not quite sure how to do this. …
0
votes
2answers
60 views

Project a grid in screenspace on the world xz plane.

Hi, I want to project a grid on the xz-plane like shown here: http://habibs.files.wordpress.com/2009/07/2-1.jpg To do that, I created a vertex grid with x and z range [-1|1]. In …
0
votes
2answers
90 views

Learning to create animations in C++

does anyone know where I can learn to create and manipulate animations in c++ for the purpose of game development?
0
votes
1answer
81 views

Reading output from geometry shader on CPU

Hi, I'm trying to read the output from a geometry shader which is using stream-output to output to a buffer. The output buffer used by the geometry shader is described like this: …
0
votes
4answers
312 views

OpenGL - moving camera with mouse

I'm not sure exactly how to explain this but hopefully you'll understand what I mean. Basically I've drawn a cube and want to drag the mouse around to view all the sides. Rotating …
0
votes
1answer
73 views

Render to BufferedImage in Java3D

Is there a simple way of rendering to a BufferedImage in Java3D? I know you can extend Canvas3D, but it seems cumbersome if I just want to render directly.
1
vote
3answers
179 views

Flipping a quaternion from right to left handed coordianates

I need to flip a quaternion from right: x = left to right y = front to back z = top to bottom to left handed coordinates where: x = left to right y = top to bottom z = front to ba …
1
vote
4answers
535 views

BlackBerry - image 3D transform

I know how to rotate image on any angle with drawTexturePath: int displayWidth = Display.getWidth(); int displayHeight = Display.getHeight(); int[] x = new int[] { 0, displayWidth …
1
vote
2answers
90 views

Connecting two planes in 3d

Hi, Given two planes positioned and rotated arbitrary to each other, I'm trying to determine which vertices should be connected. The image below (planes in black, connecting edges …
2
votes
9answers
236 views

What environment should I use for 3d programming on Linux?

One thing I always shy away from is 3d graphics programming, so I've decided to take on a project working with 3d graphics for a learning experience. I would like to do this projec …
0
votes
2answers
54 views

3D Modeling - Morphing

The overall goal I'm trying to accomplish is to implement a customizable avatar system where one can change height, weight, body type, etc. How is this done? As a simple example, …
0
votes
3answers
623 views

iPhone OS 3.0 + OpenGL ES 2.0. Is anyone seeing better anti-aliasing?

I have been unable to find a way to anti-alias my rendering on iPhone OS 3.0 + OpenGL ES 2.0. I had assumed there would be multisampling but that appears to not be the case. I've b …
2
votes
2answers
227 views

Will this cause gimbal-lock?

I making a very simple 3d scene, having 5 points in world coordinates. I'd like to navigate across the scene so I'm defining a camera with both an UP and OUT vector. With this info …

1 2 3 4 next
15 30 50 per page