Artemis II 任务日志立体模型
这是一个为 Nano Banana 设计的复杂结构化提示词,采用类 Python 的类定义,旨在生成 Artemis II 任务中宇航员任务规划日志的超精细立体模型可视化效果,重点展示从 2D 草图到物理 3D 微缩模型的演变过程。
nano-banana-pro · 3D 渲染 · 信息图 / 教育视觉图 · 图表 · 插画 · 摘要 / 背景
中文提示词
do this for Artemis II mission: class Artemis_Journal_Diorama: def __init__(self, subject="Artemis II Mission"): # AI 推断出合适的材质、纹理和桌面环境 self.stage = "AI 推断的宇航员任务规划日志,摊开在 AI 推断的技术工作台上。" self. lighting = "AI 推断的混合照明:台灯的暖光 + 仪表盘的冷光溢出。" def semantic_2D_to_3D_growth(self): # AI 推断该主题的“2D 任务草图”外观 page_texture = ( f"AI 推断的手写笔记、轨道弧线、模块示意图," f"以及与 {self.subject} 相关的任务注释,渲染为精确的 2D 石墨图表。" ) # AI 推断应从草图中浮现出的物理 3D 元素 diorama_pop = ( f"2D 任务图表转换为物理 3D 微缩模型:" f"AI 推断的航天器组件、乘员人偶、月球几何结构," f"以及从纸面上无缝升起的任务特定硬件。" ) return [page_texture, diorama_pop] def scatter_ephemera(self): # AI 在不硬编码类别的情况下推断与任务相关的桌面物品 return infer_aerospace_ephemera(self.subject) # 示例(AI 推断,非固定):任务徽章、导航工具、 # 微型月球模型、打印的遥测数据、程序检查清单、 # 档案头条、工程铅笔等。 render(Artemis_Journal_Diorama())
原始提示词
do this for Artemis II mission: class Artemis_Journal_Diorama: def __init__(self, subject="Artemis II Mission"): # AI infers the correct materials, textures, and desk environment self.stage = "AI‑inferred astronaut’s mission‑planning journal lying open on an AI‑inferred technical workstation." self. lighting = "AI‑inferred mixed illumination: task‑lamp warmth + cool instrument‑panel spill." def semantic_2D_to_3D_growth(self): # AI infers what '2D mission sketches' look like for this subject page_texture = ( f"AI‑inferred handwritten notes, trajectory arcs, module schematics, " f"and mission annotations related to {self.subject}, rendered as precise 2D graphite diagrams." ) # AI infers what physical 3D elements should emerge from those sketches diorama_pop = ( f"2D mission diagrams transition into physical 3D miniatures: " f"AI‑inferred spacecraft components, crew figures, lunar geometry, " f"and mission‑specific hardware rising seamlessly from the paper." ) return [page_texture, diorama_pop] def scatter_ephemera(self): # AI infers mission‑relevant desk objects without hard‑coding categories return infer_aerospace_ephemera(self.subject) # Examples (AI‑inferred, not fixed): mission patches, navigation tools, # micro‑scale lunar models, printed telemetry, procedural checklists, # archival headlines, engineering pencils, etc. render(Artemis_Journal_Diorama())