|
@@ -253,7 +253,7 @@
|
|
|
|
|
|
<h3>[property:Integer version]</h3>
|
|
<h3>[property:Integer version]</h3>
|
|
<p>
|
|
<p>
|
|
- This starts at `0` and counts how many times [property:Boolean needsUpdate] is set to `true`.
|
|
|
|
|
|
+ This starts at `0` and counts how many times [page:Texture.needsUpdate .needsUpdate] is set to `true`.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[property:Function onUpdate]</h3>
|
|
<h3>[property:Function onUpdate]</h3>
|
|
@@ -292,7 +292,7 @@
|
|
<h3>[method:Texture clone]()</h3>
|
|
<h3>[method:Texture clone]()</h3>
|
|
<p>
|
|
<p>
|
|
Make copy of the texture. Note this is not a "deep copy", the image is shared.
|
|
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] to true as soon as its image property (the data source) is fully loaded or ready.
|
|
|
|
|
|
+ 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.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:Object toJSON]( [param:Object meta] )</h3>
|
|
<h3>[method:Object toJSON]( [param:Object meta] )</h3>
|