悟空提示词Hub

Curated Prompt Vault

汉堡慢动作爆裂

NB_05613 2026-07-01 x Content Creation
美食广告慢动作特效三维渲染

作为电影的进口physics_engine 来自studio_lighting导入的RimLight,SpotLight 美食汉堡班级: 反__init__(自尊): self.state = “组装” 自制成分 = [ “toasted_brioche_bun”, “wagyu_patty”, “molten_ch…

封面预览

汉堡慢动作爆裂

封面预览

完整提示词

⚡一键生图
作为电影的进口physics_engine
来自studio_lighting导入的RimLight,SpotLight

美食汉堡班级:
    反__init__(自尊):
        self.state = “组装”
        自制成分 = [
            “toasted_brioche_bun”,
            “wagyu_patty”,
            “molten_cheddar”,
            “crispy_lettuce”
            “heirloom_tomato”,
            “secret_sauce_droplets”
        ]

反trigger_explosion(自尊)):
        """
        执行慢动作解构效果。
        """
        self.state = “中air_burst”
        
关于Self.Ingredients的物品:
            # 应用物理学来制造“飞行”效果
            item.apply_force(方向=“向外”,速度=“slow_motion”)
            item.render_texture(质量=“hyper_detailed”)
            
# 将液体粒子悬浮在三维空间中
        cinematic.suspend_fluids(type=“酱汁”,密度=“high_viscosity”)

# 环境配置
场景=电影。场景(背景=“dark_studio_charcoal”)
scene.add_lighting([
    RimLight(强度=0.8,color=“warm_gold”),
    SpotLight(target=“patty_texture”,focus =“ultra_sharp”)
])

# 执行渲染
汉堡 = 美食汉堡()
burger.trigger_explosion()

render_output = scene.capture(style=“cinematic_advertising”,realistic=True)