Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

C++ Rendering Project

  • 18-03-2008 02:57PM
    #1
    Closed Accounts Posts: 10


    Howyas, I have to do a C++ project where I have to render a box on to a screen without using any packages except for the basic MFC application stuff.
    So far all I hav is a 3d wireframe box. Now I have to use something like Phongs scanline algorithm to fill in the box. All of the notes I have are just about the theory of the scanline algorithm NO CODE.

    So... I was wondering if anybody has done anything like this before, or anywhere I could look at some code that does what I have just described.

    Thanks for any help at all.


Comments

  • Registered Users, Registered Users 2 Posts: 1,481 ✭✭✭satchmo


    There are course notes here that explain a scaline algorithm well (with some pseudocode), shouldn't be hard to code up - especially since you've already been able to make the wireframe so you have all the transformations sorted out already.


  • Closed Accounts Posts: 10 Otna


    Thanks


Advertisement
Advertisement