Replies: 1 comment 2 replies
-
Our latest progression branch for book 2 is To compare against the actual code state at that point, I'd recommend checking out commit d7c98ae and comparing against your code. Let us know if you find anything. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am currently working on the section 2.6 (adding quad primitives)
![image](https://private-user-images.githubusercontent.com/64081576/362955562-c161fc39-0a24-4ce2-9e32-56da23616a8d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTA0MTksIm5iZiI6MTczOTYxMDExOSwicGF0aCI6Ii82NDA4MTU3Ni8zNjI5NTU1NjItYzE2MWZjMzktMGEyNC00Y2UyLTllMzItNTZkYTIzNjE2YThkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA5MDE1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhNGRjY2E3ZjFjMDVmMjI1OWU0NTkwMDA5NTU4M2MxZjI4ZjVkNjA5ZDU2MDY5NGM2MWVjNTMwNmJjNTE4YTAmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.UziScsvey-qTHVn5rrGHwXuPWA-iNHJQ5I0NDa_Ih0Q)
I see that this section is pretty new, so I was wondering if there was a bug of some sort.
The render I produce from the code (which I checked to be the same 4 times) is the following :
It just feels like the scene in not properly setup, orelse it would be a camera issue that I did not spot earlier but this really seems unlikely...
Here is the code I am testing against (branch develop, commit 00588ef)
Would you have any idea of what is happening ? I'm a bit lost, as the new code amount is pretty limited.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions