Hilo3d API - v2.0.0-alpha.3
    Preparing search index...

    Interface GLTFAnisotropyExtension

    interface GLTFAnisotropyExtension {
        anisotropyRotation?: number;
        anisotropyStrength?: number;
        anisotropyTexture?: GLTFTextureInfo;
    }
    Index
    anisotropyRotation?: number
    anisotropyStrength?: number
    anisotropyTexture?: GLTFTextureInfo