|
@@ -8,7 +8,7 @@
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
-<<jme3\advanced\pbr_part1#,In Part one>>, I explained what you had to know about Physically Based Rendering if you were an artist. If you’re a developer, and reading this article, you may have tried, or are planning to implement your own PBR system. If you started to read some of the available literature, you’ve probably been struck by the math complexity of it, and by the lack of explanation of the big picture. You usually see articles that focus on specifics parts of the process, and don’t talk much about other parts as they are assumed easier. At some point you have to assemble all these parts, and I had a hard time figuring out how to do it in my readings. I guess it’s considered basic stuff for other authors, but I think it deserves its proper explanation.
|
|
|
+<<jme3/advanced/pbr_part1#,In Part one>>, I explained what you had to know about Physically Based Rendering if you were an artist. If you’re a developer, and reading this article, you may have tried, or are planning to implement your own PBR system. If you started to read some of the available literature, you’ve probably been struck by the math complexity of it, and by the lack of explanation of the big picture. You usually see articles that focus on specifics parts of the process, and don’t talk much about other parts as they are assumed easier. At some point you have to assemble all these parts, and I had a hard time figuring out how to do it in my readings. I guess it’s considered basic stuff for other authors, but I think it deserves its proper explanation.
|
|
|
|
|
|
I don’t pretend these articles will enlighten you to the point you are ready to implement your own system, but I hope they will give you solid basis and understanding to start reading the literature without saying “WTF?? on every line as I did.
|
|
|
|
|
@@ -179,5 +179,5 @@ That sums up the whole process, but there is still much to explain. In next post
|
|
|
|
|
|
'''
|
|
|
|
|
|
-* <<jme3\advanced\pbr_part1#,Physically Based Rendering – Part one>>
|
|
|
-* <<jme3\advanced\pbr_part3#,Physically Based Rendering – Part Three>>
|
|
|
+* <<jme3/advanced/pbr_part1#,Physically Based Rendering – Part one>>
|
|
|
+* <<jme3/advanced/pbr_part3#,Physically Based Rendering – Part Three>>
|