Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Bottom-left axes as these from Blender

  1. #1
    Junior Member Newbie
    Join Date
    Dec 2011
    Posts
    2

    Bottom-left axes as these from Blender

    i write opengl program that ables to pick and move 3d objects.
    i have problem - i'd like to create small XYZ axes in bottom-left of the screen, like these in blender. they stay in place, when you manipulate camera. i tried with multiple viewports, but i need to show them with transparent background.
    do you have any idea?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Jun 2009
    Location
    FL , USA
    Posts
    194

    Re: Bottom-left axes as these from Blender

    Just use the same concept to writing a text using OpenGL raster operations. i.e After drawing frame, render the 2D image of axes. I came across a post within the OpenGL coding Beginner section in this forum that talked about similar to your issue. (I am afraid I forgot the exact thread reference number....you may have to look for it).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •