File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ public class ScnRender {
634634You can see that we get the buffer associated to the correct frame to dump the view matrix, and include the associated descriptor set in
635635the list of bindings. You may notice that we are using the `getDescSet` method that requires an index to retrieve the proper descriptor set
636636(remember that we created a list of them). The recording of drawing commands for the entities has now been extract to the `renderEntities`
637- which last parameters is a lag to control which entities we draw, the ones hat have transparent materials or the ones that not.
637+ which last parameters is a flag to control which entities we draw, the ones hat have transparent materials or the ones that not.
638638
639639The `renderEntities` code is similar to the one used in previous chapter, we simply just filter entities according to this transparency
640640criteria:
You can’t perform that action at this time.
0 commit comments