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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjc2MjUsIm5iZiI6MTczOTMyNzMyNSwicGF0aCI6Ii82NDA4MTU3Ni8zNjI5NTU1NjItYzE2MWZjMzktMGEyNC00Y2UyLTllMzItNTZkYTIzNjE2YThkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyMjg0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRiMDRhMzkxMTY0NjllNTMxMTQ4NzE0ZmFmZTVmOTAyYTU5MWQ4ZjE0ODY2MTIxNDExZmQ4M2MzMDZkMzQxNzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.LB3h2oAEqOhwgFa-f_kdcqaRgwNhGZNpZS7rLQIp6C8)
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