-
Using OpenMP for 3D rendering
Is it an effiecient way to use OpenMP in CG(OpenGL) for rendering 3D polygon images in case of animation.
-
Advanced Member
Frequent Contributor
OpenMP is for generic parallel processing it has nothing to do directly with graphics; obviously any preprocessing of data that can be done in parallel could use it but you will probably get more mileage out of OpenCL or CUDA in the graphics world
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules