Skip to content

Commit

Permalink
Update PLYLoader.js (#25578)
Browse files Browse the repository at this point in the history
PLYLoader: Edit a typo in file comment.
  • Loading branch information
girumasfaw committed Feb 27, 2023
1 parent 6611966 commit dc95702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/jsm/loaders/PLYLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ import {
* } );
*
* Custom properties outside of the defaults for position, uv, normal
* and color attributes can be added using the setCustomPropertyMapping method.
* and color attributes can be added using the setCustomPropertyNameMapping method.
* For example, the following maps the element properties “custom_property_a”
* and “custom_property_b” to an attribute “customAttribute” with an item size of 2.
* Attribute item sizes are set from the number of element properties in the property array.
*
* loader.setCustomPropertyMapping( {
* loader.setCustomPropertyNameMapping( {
* customAttribute: ['custom_property_a', 'custom_property_b'],
* } );
*
Expand Down

0 comments on commit dc95702

Please sign in to comment.