Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: some description for Geometry's lineDistances #4056

Merged
merged 1 commit into from
Nov 4, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/api/core/Geometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,9 @@ <h3>.[page:array morphNormals]</h3>

<h3>.[page:array lineDistances]</h3>
<div>
todo
An array containing distances between vertices for Line geometries.
This is required for LinePieces/LineDashedMaterial to render correctly.
Line distances can also be generated with computeLineDistances.
</div>

<h2>Methods</h2>
Expand Down Expand Up @@ -275,7 +277,7 @@ <h3>.removeEventListener([page:todo type], [page:todo listener]) [page:todo]</h3

<h3>.computeLineDistances() [page:todo]</h3>
<div>
todo
Compute distances between vertices for Line geometries.
</div>

<h3>.addEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
Expand Down