| | |
Rasteriser
Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
![]() |
•
•
Join Date: Mar 2009
Posts: 58
Reputation:
Solved Threads: 3
Hey all
I'm gonna be taking graphics next year and I've been kinda thinking ahead. One of the things we have to do is make either a ray tracer or a rasterizer. However I can find almost no info online about how to actually write a rasterizer. There's a fair amount of info on ray tracers, but I want to do something that hasn't been done too often before (almost everyone writes a ray tracer) There's also the fact that I'm interested in real time rendering, which can be far better done by a rasterizer than a ray tracer...
However... I can find almost no info on them. Is there anyone who can give me some info on them, or possibly a link somewhere with some info on them? I've been toddling around Google for a bit but haven't found anything interesting. And the wikipedia explanation is a little vague.
Any advice greatly appreciated, thanks
Thanks in advance
M
I'm gonna be taking graphics next year and I've been kinda thinking ahead. One of the things we have to do is make either a ray tracer or a rasterizer. However I can find almost no info online about how to actually write a rasterizer. There's a fair amount of info on ray tracers, but I want to do something that hasn't been done too often before (almost everyone writes a ray tracer) There's also the fact that I'm interested in real time rendering, which can be far better done by a rasterizer than a ray tracer...
However... I can find almost no info on them. Is there anyone who can give me some info on them, or possibly a link somewhere with some info on them? I've been toddling around Google for a bit but haven't found anything interesting. And the wikipedia explanation is a little vague.
Any advice greatly appreciated, thanks
Thanks in advance
M
Whether you think you can, or think you can't, you're right.
0
#2 Oct 24th, 2009
Generally speaking you use a graphics card for that... But if you want to implement them yourself, much of the good information is in textbooks. In general, search Google for "graphics algorithms" and "graphics algorithms book" -- I haven't looked closely but they seem to lead to promising results.
All my posts may be redistributed under the GNU Free Documentation License.
1
#4 Oct 24th, 2009
Especially I would recommend the comp.graphics.algorithms faq. There's a book section in there. I have no idea whether the recommendations are good or not, but if you look at the reviews on Amazon you might get some more info.
All my posts may be redistributed under the GNU Free Documentation License.
•
•
Join Date: Mar 2009
Posts: 58
Reputation:
Solved Threads: 3
0
#5 31 Days Ago
Thanks man...
Found some interesting stuff, but contrary to all logic, wikipedia has been by far the best resource. There doesn't seem to be a lot out there on rasterizing, partly because it's not as realistic as ray tracing, and also (i think) because the basic concepts are fairly simple. Once you've defined the vertices and edges of your shape, a simple projection does it perfectly...
Thanks man
Found some interesting stuff, but contrary to all logic, wikipedia has been by far the best resource. There doesn't seem to be a lot out there on rasterizing, partly because it's not as realistic as ray tracing, and also (i think) because the basic concepts are fairly simple. Once you've defined the vertices and edges of your shape, a simple projection does it perfectly...
Thanks man
Whether you think you can, or think you can't, you're right.
![]() |
Other Threads in the Computer Science Forum
- Previous Thread: Final Year Project
- Next Thread: LC-3 Palindrome Help
| Thread Tools | Search this Thread |







