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

Thread: how ton remove perticular cubes from the scene

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2012
    Location
    india
    Posts
    5

    how ton remove perticular cubes from the scene

    hi ,some one please help me i just created a scene with with 100's of cubs ..now i just want to delete some of the cubes based on some property .is there any standard procedure to remove the items from scene?please help me with some psudo code

  2. #2
    Intern Newbie
    Join Date
    Dec 2011
    Location
    India
    Posts
    36

    Re: how ton remove perticular cubes from the scene

    Hi,
    Give some more information .Based on what property do you remove the cube.
    -swetha
    swetha

  3. #3
    Junior Member Newbie
    Join Date
    Mar 2012
    Location
    india
    Posts
    5

    Re: how ton remove perticular cubes from the scene

    Thanks for your reply swetha i want to delete the cubes which are present in the z=1.0f location..one more for small values of x and y co ordinates i am able see the cubs ..for an example x values in between 0 to 100 i am able to see for higher values of x i am unable to see they are adding but my window is showing upto x =100.
    how to set view to see those ares also

  4. #4
    Intern Newbie
    Join Date
    Dec 2011
    Location
    India
    Posts
    36

    Re: how ton remove perticular cubes from the scene

    dont draw the cubes for which z value is 1.0
    swetha

Posting Permissions

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