GPUOpen-LibrariesAndSDKs / RadeonProRender-Baikal

MIT License
334 stars 78 forks source link

Any Documents or Tutorials? #181

Open zjxeditor opened 6 years ago

zjxeditor commented 6 years ago

Hi, I wonder if there is any documents or tutorials for this cool open source rendering engine. I feel it is pretty hard to dive into the source code. In additions, where can I find some details of the material model and the light model? Then, I am curious about the BaikalDataGenerator. What is it? How can I use it?

zjxeditor commented 6 years ago

And I think it better to provide a detailed sample to demonstrate how to add lights, how to change materials and how to render the "Science Fiction" scene just like the picture in the README file.

harokyang commented 6 years ago

Read the test cases They covered almost everything you need

zjxeditor commented 6 years ago

Yes, the test cases are good start points. But it is really necessary to read the source code to understand the framework and API usage, then you can do you own customization.