computeTextureHash
Constants
- data_cache :
WeakMap.<object, number>
Functions
- vector2Hash(v) ⇒
number
- computeImageDataHash(image) ⇒
number
- computeSpecificHash(texture) ⇒
number
- computeTextureHash(t) ⇒
number
data_cache : WeakMap.<object, number>
Kind: global constant
vector2Hash(v) ⇒ number
Kind: global function
Param | Type |
---|---|
v | Vector2 |
computeImageDataHash(image) ⇒ number
Kind: global function
Param | Type |
---|---|
image | ImageBitmap | HTMLImageElement | Object |
computeSpecificHash(texture) ⇒ number
Kind: global function
Param | Type |
---|---|
texture | Texture |
computeTextureHash(t) ⇒ number
Kind: global function
Param | Type |
---|---|
t | Texture | THREE.Texture |