Raytracing ! - Printable Version
+- IRIX Network Forums (
//forums.irixnet.org)
+-- Forum: Other Platforms (
//forums.irixnet.org/forum-5.html)
+--- Forum: Sun/ORACLE/Fujitsu (
//forums.irixnet.org/forum-21.html)
+--- Thread: Raytracing ! (
/thread-2985.html)
Raytracing ! -
octaneirix6530 - 07-04-2021
Ported my own raytracer on solaris 2.6.
RE: Raytracing ! -
Shiunbird - 07-05-2021
Impressive!
RE: Raytracing ! -
octaneirix6530 - 07-06-2021
thank you
RE: Raytracing ! -
octaneirix6530 - 07-08-2021
Removed memory leaks, added super-sampling, posix multi-threading, and more. Works great on my sun workstation with less 8 Mb footprint.
Speed is really not that bad, I will make a video tomorrow.
RE: Raytracing ! -
Shiunbird - 07-08-2021
Any tips on posix multithreading?
I'm trying to learn and I know how I'd split my code, but I'm still struggling with the syntax and how to prepare the threads.
RE: Raytracing ! -
octaneirix6530 - 07-09-2021
sure i can help, contact me in private
RE: Raytracing ! -
octaneirix6530 - 07-09-2021
RE: Raytracing ! -
octaneirix6530 - 07-09-2021
RE: Raytracing ! -
octaneirix6530 - 07-09-2021
(07-09-2021, 04:40 PM)octaneirix6530 Wrote:
the dithering post-processing is very slow, while it gives good results. it is floyd steinberg. any help to do it faster from 32bpp to 8 bit or less welcome
RE: Raytracing ! -
octaneirix6530 - 07-09-2021