Skip to content

Commit

Permalink
ConvexGeometry html indentation fix (#30399)
Browse files Browse the repository at this point in the history
  • Loading branch information
erasta authored Jan 26, 2025
1 parent 92bd4f3 commit 27a1715
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/examples/en/geometries/ConvexGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ <h2>Import</h2>

<h2>Code Example</h2>

<code>const geometry = new ConvexGeometry( points );
const material = new THREE.MeshBasicMaterial( { color: 0x00ff00 } );
const mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
<code>
const geometry = new ConvexGeometry( points );
const material = new THREE.MeshBasicMaterial( { color: 0x00ff00 } );
const mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
</code>

<h2>Examples</h2>
Expand Down

0 comments on commit 27a1715

Please sign in to comment.