Skip to content

Commit 6234d0a

Browse files
authored
Merge pull request #13785 from donmccurdy/docs-linewidth-geometry
Docs: Reduce linewidth for Geometry–Materials sections.
2 parents 606b9d1 + 80c7441 commit 6234d0a

File tree

125 files changed

+1731
-1724
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+1731
-1724
lines changed

docs/api/core/bufferAttributeTypes/BufferAttributeTypes.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
<h1>BufferAttribute Types</h1>
1414

15-
<div class="desc">
15+
<p class="desc">
1616
There are nine types of [page:BufferAttribute] available in three.js. These correspond to the JavaScript
1717
[link:https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#Syntax Typed Arrays].
18-
</div>
18+
</p>
1919

2020
<code>
2121
THREE.Float64BufferAttribute
@@ -33,13 +33,13 @@ <h2>Constructor</h2>
3333

3434
All of the above are called in the same way.
3535
<h3>TypedBufferAttribute( [param:Array array], [param:Integer itemSize], [param:Boolean normalized] )</h3>
36-
<div>
36+
<p>
3737
array -- this can be a typed or untyped (normal) array. It will be converted to the Type specified.<br /><br />
3838

3939
itemSize -- the number of values of the array that should be associated with a particular vertex.<br /><br />
4040

41-
normalized -- (optional) indicates how the underlying data in the buffer maps to the values in the GLSL code.
42-
</div>
41+
normalized -- (optional) indicates how the underlying data in the buffer maps to the values in the GLSL code.
42+
</p>
4343

4444
<h2>Properties</h2>
4545

0 commit comments

Comments
 (0)