brand-assets / threejs-config.json
Q-GRID's picture
Upload folder using huggingface_hub
63b5c30 verified
{
"scene": {
"background": null,
"fog": null
},
"camera": {
"type": "PerspectiveCamera",
"fov": 45,
"position": [0, 0, 7],
"near": 0.1,
"far": 100
},
"renderer": {
"antialias": true,
"alpha": true,
"toneMapping": "ACESFilmicToneMapping",
"pixelRatioMax": 2
},
"postprocessing": {
"bloom": {
"strength": 0.8,
"radius": 0.4,
"threshold": 0.85,
"pulseAmplitude": 0.1,
"pulseFrequency": 0.5
}
},
"logo": {
"nodeSpacing": 1.2,
"nodes": {
"default": {
"radius": 0.08,
"emissiveIntensity": 1.2,
"metalness": 0.3,
"roughness": 0.4,
"glowMultiplier": 2.5,
"glowOpacity": 0.06
},
"center": {
"radius": 0.12,
"emissiveIntensity": 2.0,
"glowOpacity": 0.12
},
"qTail": {
"radius": 0.07,
"emissiveIntensity": 1.2
}
},
"edges": {
"color": "#00CCAA",
"opacity": 0.18
},
"animation": {
"idleRotationSpeed": 0.001,
"mouseInfluenceX": 0.4,
"mouseInfluenceY": 0.3,
"easingFactor": 0.05,
"pulseSpeed": 1.5,
"pulseAmplitude": 0.08,
"breathFrequency": 0.3,
"breathAmplitude": 0.02
}
},
"particles": {
"count": 200,
"size": 0.02,
"opacity": 0.4,
"spreadX": 16,
"spreadY": 10,
"spreadZ": 8,
"velocityRange": 0.003,
"wrapBoundary": {"x": 8, "y": 5}
},
"lights": {
"ambient": {"color": "#111111", "intensity": 0.5},
"point": {"color": "#00CCAA", "intensity": 2, "distance": 20, "position": [2, 3, 5]},
"rim": {"color": "#008E8A", "intensity": 1.5, "distance": 15, "position": [-3, -2, 3]}
},
"cdn": {
"threejs": "https://cdn.jsdelivr.net/npm/three@0.170.0/build/three.module.js",
"addons": "https://cdn.jsdelivr.net/npm/three@0.170.0/examples/jsm/"
}
}