
Abstract Geometric City Visualization
A unique graph-based prompt structure for visualizing complex scenes. This example uses mathematical nodes and edges to define layers, materials, and camera settings for a stylized representation of a city.
조회521
좋아요17
댓글1
공유1
북마크11
인용0
번역
다음 대상에 대해 수행: {argument name="subject" default="Mecca"} : G = (V, E) 여기서:
V = {
v₁: Torus(radius=R, layers=8, material={argument name="material" default="wood"}),
v₂: City(landmarks={l₁...lₙ}, scale=1:100),
v₃: Workshop(tools, bench, lighting),
v₄: Camera(macro, f/2.8, 45°)
}
E = {
(v₁, v₂, "surface_embedding"),
(v₁, v₃, "located_in"),
(v₁, v₄, "viewed_by"),
(v₂.landmarks, v₁.layers, "distributed_across")
}
제약 조건:
∀l ∈ landmarks: position(l) ∈ torus_surface
∀layer ∈ layers: wood_grain(layer) ≠ wood_grain(layer+1)
Generate(G) → Image
기계 번역 — 실제 결과물을 만든 것은 원문 프롬프트입니다.











