Skip to content

Commit

Permalink
Renderer: Remove outdated comment. (#30306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mugen87 authored Jan 11, 2025
1 parent 292c046 commit 9c4d85e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderers/common/Renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2599,9 +2599,6 @@ class Renderer {

const renderItem = renderList[ i ];

// @TODO: Add support for multiple materials per object. This will require to extract
// the material from the renderItem object and pass it with its group data to renderObject().

const { object, geometry, material, group, clippingContext } = renderItem;

if ( camera.isArrayCamera ) {
Expand Down

0 comments on commit 9c4d85e

Please sign in to comment.