Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C++ Rendering Project

  • 18-03-2008 1: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