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: Improve Texture page. #30285

Merged
merged 2 commits into from
Jan 8, 2025
Merged
Changes from 1 commit
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
5 changes: 1 addition & 4 deletions docs/api/en/textures/Texture.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,7 @@ <h3>[method:undefined updateMatrix]()</h3>
<h3>[method:Texture clone]()</h3>
<p>
Make copy of the texture. Note this is not a "deep copy", the image is
shared. Besides, cloning a texture does not automatically mark it for a
texture upload. You have to set [page:Texture.needsUpdate .needsUpdate] to
true as soon as its image property (the data source) is fully loaded or
ready.
shared. Cloning the texture automatically mark it for texture upload.
Mugen87 marked this conversation as resolved.
Show resolved Hide resolved
</p>

<h3>[method:Object toJSON]( [param:Object meta] )</h3>
Expand Down
Loading