CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ray casting

  1. #1
    Join Date
    Apr 2008
    Posts
    16

    ray casting

    Hello all,

    can someone explain how can i make a ray casting rendering in opengl?

  2. #2
    Join Date
    Jul 2008
    Posts
    11

    Re: ray casting

    OpenGL is raster, however you can either write a raytracer which outputs to a texture to display in OpenGL, or you can do it using Shaders http://www.daimi.au.dk/~trier/?page_id=98 or more specifically http://www.daimi.au.dk/~trier/raycasting_shader.cg for an example

    Regards

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured