Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
0.8.4:pbr-material [2022/06/17 10:48] – [Setup Environment Mapping] admin0.8.4:pbr-material [2022/06/19 11:55] (current) – [Setup Environment Mapping] admin
Line 96: Line 96:
  
 Gorilla3D provides a simple to use render pass component //[[environmentmap|TGorillaRenderPassEnvironment]]// to build this map at runtime. Gorilla3D provides a simple to use render pass component //[[environmentmap|TGorillaRenderPassEnvironment]]// to build this map at runtime.
-You can choose, if you want to build it oncein case you don'have any moving objects. Or you can build it dynamically at every frame.+You can choose between:  
 +  - Build it oncein case you have not-moving and not-changing objects 
 +  - Build it dynamically at every frame, if your scene is very dynamic
  
 The dynamic computation is more realistic, but often not necessary and it also reduces performance a lot. The dynamic computation is more realistic, but often not necessary and it also reduces performance a lot.