doc(tutorial): made a tutorial for unity developer a better understan…#79
doc(tutorial): made a tutorial for unity developer a better understan…#79Imitater967 wants to merge 5 commits intoTerasology:developfrom
Conversation
BenjaminAmos
left a comment
There was a problem hiding this comment.
This looks mostly good, although I have some thoughts about particular wording and requests for clarification.
Additional graphics documentation has been sorely needed. Thanks!
| You can regard a node as a "Render Pass" or simply a "Render Feature" in Unity. | ||
| A pass is a rendering stage, a render feature is a customized code you can do in during a stage. | ||
| So a Terasology node is more like a "Render Feature" in Unity. |
There was a problem hiding this comment.
It is a "Render Pass" or a "Render Feature" then? This paragraph is a bit confusing. Are you trying to suggest that a node actually performs aspects of both things?
There was a problem hiding this comment.
oh, my misteake, a render feature already included render pass, render feature is like a wrapper for pass. sorry.
| A pass is a rendering stage, a render feature is a customized code you can do in during a stage. | ||
| So a Terasology node is more like a "Render Feature" in Unity. | ||
|
|
||
| Image, there is not rendering stage concept, event the rendering stage itself is a rendering feature. |
There was a problem hiding this comment.
There appear to be a few typos here. Did you mean this?
| Image, there is not rendering stage concept, event the rendering stage itself is a rendering feature. | |
| Imagine that there is no rendering stage concept. That even the rendering stage itself is a rendering feature. |
|
|
||
| ## Common Issues | ||
|
|
||
| If you wrote a shader, but Terasology doesn't recognize it, you must remember to create a material. |
There was a problem hiding this comment.
Cervator already asked about this: You mean that if Terasology doesn't recognize a shader I wrote, I probably forgot to create a material and have to create one, right?
…ding about the module
jdrueckert
left a comment
There was a problem hiding this comment.
some more minor typos and wording suggestions
Co-authored-by: jdrueckert <jd.rueckert@googlemail.com>
Co-authored-by: jdrueckert <jd.rueckert@googlemail.com>
Co-authored-by: jdrueckert <jd.rueckert@googlemail.com>
Added tutorial for unity developer better unstanding of DAG