Hi all,
Intel looking for people with experience in ray tracing and/or rasterization:
https://www-ssl.intel.com/content/www/u ... job=726699
https://www-ssl.intel.com/content/www/u ... job=726857
If you are interested please apply.
Regards,
Sven
Search found 2 matches
- Tue Feb 04, 2014 9:25 am
- Forum: Scratchpad
- Topic: Rendering Job offers at Intel
- Replies: 0
- Views: 5696
- Sun Apr 22, 2012 6:58 am
- Forum: General Development
- Topic: Sven Woop thesis triangles
- Replies: 5
- Views: 5454
Re: Sven Woop thesis triangles
Just looked over your code, and it looks all right. Some things I would verify is: 1) Is your matrix inversion function working? Multiply the original matrix with the inverted to see of you get the identity. 2) Verify that m.m1 is giving you the first row of the inverted matrix. 3) Sounds like you a...