hello,
i want to create a object by boolean addition of two primitives say... a cube and a cylinder in OpenGL? Can it be done ? if yes, how? Otherwise is there a way of grouping the two and treating...
Type: Posts; User: adityask
hello,
i want to create a object by boolean addition of two primitives say... a cube and a cylinder in OpenGL? Can it be done ? if yes, how? Otherwise is there a way of grouping the two and treating...
hello,
how to model a cube with a through hole in the center in opengl?
can we group objects together i.e. create new solid by boolean addition of two primitives?
thanx in advance.
here is the code
// og5View.cpp : implementation of the COg5View class
//
#include "stdafx.h"
#define BUFSIZE 512
#include "og5.h"
#include "og5Doc.h"
hello,
i am moving an object in opengl with gluUnProject command using a mouse. but the problem is that the object is only moving along the z-axis. how ot move it along all the axes.
thanx in...
hello,
how to make OpenGL objects behave like solid models i.e. placing one on top of another,
not allowing two objects to be drawn at the same place? In other words how to give a physical...
hey
thanks for the info but i have already done it. my main query was how to manipulate objects in the world like dragging with the mouse, rotating, placing one object on top of another etc.? can u...
hello,
how to create 3d world in opengl? how to move objects in 3d space like placing one over another? can anybody guide? any good links on the net?
thanx in advance.
hello,
how to create 3d world in opengl+MFC? how to move objects in 3d space like placing one over another? can anybody guide? any good links on the net?
thanx in advance.
hey,
thanx again.but how to get the scale and axis information. Also, do u have any idea on how to move a selected object ie. with which function glPushMatrix etc.? in other words my question is how...
hey,
thanks for the info. but it is a 3d object.
any change in the code?
hello,
i have done the coding for selection of an object from different objects present on screen. i have to drag and place it somewhere else with a mouse.how to code it?
can anyone help? i am...
hello,
i have done the coding for selection of an 3d object from different objects present on screen. i have to drag and place it somewhere else with a mouse.how to code it?
can anyone help? i am...
hello,
can somebody tell me the code to move a 3d object ( which has been selected ) with a mouse without affecting other objects on the screen?i am using MFC with OpenGL.
...
hello,
can somebody tell me the code to move a 3d
object (among different objects on the screen) with a mouse? i am using MFC with OpenGL.
thanks in advance.
---aditya
hello,
can anybody tell me the code to select and move a 3D object with a mouse (among different objects on the screen)?i am using MFC with OpenGL.
thanks in advance.
hello,
can someone tell me the code to select and move a 3D object (with a mouse) among different objects on the screen? i am using
MFC with OpenGL.
thanks in advance.
hello,
Can we drag and place 2D/3D objects in OpenGL
using Visual C++ MFC ?
if so, which function and how ?
by mapping i mean that when i draw a cube
at (0,0,0) i see the cube. when i draw it at
(1,1,1), it is not visible i.e. it goes outside the window.my question is that how to code such that even i...
hello,
how can i change the ratio of mapping of World coordinate system to screen.i am using
MFC with OpenGL and drawing with the paint message.