Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
bokeh [2020/01/10 09:32] – [Limitations] adminbokeh [2020/06/02 14:53] – [Example] admin
Line 30: Line 30:
 The component instanciates two render passes automatically: TGorillaRenderPassCustomDepth and TGorillaRenderPassBokeh. Keep this in mind, in case you'll need the custom depth pass for another render pass. Otherwise you will produce unnecessary rendering overhead, by duplicated render passes. The component instanciates two render passes automatically: TGorillaRenderPassCustomDepth and TGorillaRenderPassBokeh. Keep this in mind, in case you'll need the custom depth pass for another render pass. Otherwise you will produce unnecessary rendering overhead, by duplicated render passes.
 ===== Example ===== ===== Example =====
 +
 +{{youtube>TTXTepj68U8?medium}}
  
 <file pascal> <file pascal>
Line 40: Line 42:
 end; end;
 </file> </file>
 +
 +Next step: [[deftypes|Internal Model Definition]]