Neon Glass Glow

Neon Glass Glow

Crafted by @alban_gz

Collection Tags

# neon

Crafting Prompts

These carefully crafted prompts brought this digital miracle to life. Use them as inspiration for your own creative journey.

#1 🇬🇧

Prompt

Recreate this image using the parameters from the JSON provided.
{
  "name": "Neon Glass Glow",
 
"style": {
    "material": {
      "type": "glass",
      "transparency": 0.92,
     
"reflectivity": 1.0,
      "refractionIndex": 1.6,
      "color": "#ff00ff",
      "emission": {
   
"color": "#ff66ff",
        "intensity": 0.8
      },
      "surfaceFinish": "glossy",
     
"bloom": true,
      "detail": "high"
    },
    "outline": {
      "enabled": true,
      "color":
"#ffccff",
      "width": 1.8
    },
    "lighting": {
      "type": "studio",
     
"keyLightColor": "#ffffff",
      "keyLightIntensity": 1.0,
      "fillLightColor": "#9900ff",
     
"fillLightIntensity": 0.7,
      "rimLightColor": "#00ffff",
      "rimLightIntensity": 0.7,
     
"shadows": "crisp"
    },
    "background": {
      "type": "solid",
      "color": "#000000"
   
},
    "render": {
      "shadows": true,
      "antiAliasing": true,
      "superSampling": "4x",
 
"resolution": "high",
      "depthOfField": {
        "enabled": true,
        "focusDistance":
0.8,
        "blurAmount": 0.1
      }
    }
  }
}