Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: adityask

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    238

    combining objects

    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...
  2. Thread: object help

    by adityask
    Replies
    4
    Views
    245

    object help

    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.
  3. Replies
    2
    Views
    118

    Re: object move help

    here is the code

    // og5View.cpp : implementation of the COg5View class
    //

    #include "stdafx.h"
    #define BUFSIZE 512
    #include "og5.h"

    #include "og5Doc.h"
  4. Replies
    2
    Views
    118

    object move help

    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...
  5. Replies
    6
    Views
    423

    OpenGL solid models

    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...
  6. Replies
    4
    Views
    241

    Re: create and manipulate 3D world

    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...
  7. Replies
    1
    Views
    191

    create and manipulate 3d world

    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.
  8. Replies
    4
    Views
    241

    create and manipulate 3D world

    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.
  9. Replies
    5
    Views
    1,344

    Re: drag and place 3d object

    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...
  10. Replies
    5
    Views
    1,344

    Re: drag and place 3d object

    hey,
    thanks for the info. but it is a 3d object.
    any change in the code?
  11. Replies
    5
    Views
    1,344

    drag and place 3d object

    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...
  12. Replies
    1
    Views
    181

    drag and place 3d object

    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...
  13. Replies
    1
    Views
    118

    move object with a mouse

    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.

    ...
  14. Replies
    2
    Views
    361

    move object with a mouse

    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
  15. Replies
    1
    Views
    189

    select and move object

    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.
  16. Replies
    1
    Views
    165

    select and move code

    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.
  17. Replies
    3
    Views
    203

    drag and place in OpenGL

    hello,
    Can we drag and place 2D/3D objects in OpenGL
    using Visual C++ MFC ?
    if so, which function and how ?
  18. Replies
    2
    Views
    145

    Re: mapping from WCS to screen

    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...
  19. Replies
    2
    Views
    145

    mapping from WCS to screen

    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.
Results 1 to 19 of 19