2x2 网格,将其用于 SpaceX 火箭发动机和另外 3 个复杂引擎 -> :root { --subject: "$complex engines "; /* 替换为:Leonardo Da Vinci's Glider,A futuristic supercar */ --angle: "Isometric 3D view"; } # canvas { background: linear-gradient(to right, AI_inferred_color 0%, # Studio_Grey_Seamless 100%); } # subject_render { mask-image: linear-gradient(to right); /* 图像左侧(0% 到 50%) */ render-style-left: "粗糙的白色粉笔线条、准确的数学方程与数据点、测量箭头、蓝图纸上的网格线。"; /* 图像右侧(50% 到 100%) */ render-style-right: "超写实、抛光金属、烟灰、灼烧痕迹、电影级灯光。"; /* 中央(过渡) */ transition-zone: "将草图线条无缝融合到实体 3D 几何中。线框转化为实心金属。"; }2x2 grid, to this for SpaceX Rocket Engine and 3 other complex engines -> :root { --subject: "$complex engines "; /* Swap with: Leonardo Da Vinci's Glider, A futuristic supercar */ --angle: "Isometric 3D view"; } # canvas { background: linear-gradient(to right, AI_inferred_color 0%, # Studio_Grey_Seamless 100%); } # subject_render { mask-image: linear-gradient(to right); /* LEFT SIDE OF IMAGE (0% to 50%) */ render-style-left: "Rough white chalk lines, accurate mathematical equations & data points, measurement arrows, grid lines on blueprint paper."; /* RIGHT SIDE OF IMAGE (50% to 100%) */ render-style-right: "Hyper-realistic, polished metal, soot, scorch marks, cinematic lighting."; /* THE CENTER (The Transition) */ transition-zone: "Seamlessly blend the sketch lines into the physical 3D geometry. Wireframes turning into solid metal."; }