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 3 of 3

Thread: How to show the section plane of a object

  1. #1
    Junior Member Newbie
    Join Date
    Feb 2011
    Posts
    8

    How to show the section plane of a object

    i want to show the section plane of a 3D object.
    I set LookAt(0.0,0.0,8.0,0.0,0.0,0.0,0.0,1.0,0.0).
    at the same time i use glClipPlane(GL_CLIP_PLANE1,eq); the eq={0.0,0.0,1.0,0.0}.but the back half is cut off. maybe it function glClipPlane cann't do what i want.
    So how to show the section plane of a object? i think other method should be used.

  2. #2
    Junior Member Newbie
    Join Date
    Feb 2011
    Posts
    8

    Re: How to show the section plane of a object

    anyone who knows?
    Help me.

  3. #3
    Senior Member OpenGL Pro BionicBytes's Avatar
    Join Date
    Mar 2009
    Location
    UK, London
    Posts
    1,171

    Re: How to show the section plane of a object

    You have cross-posted this question on the advanced section too; please don't cross-post.

Posting Permissions

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