Talk

Shader-code style prompt for a fantasy sphere book world

From Wikiprompt, the free prompt encyclopedia

Gadgetify
Contributed byGadgetifyXSource

Jul 13, 2026

Shader-code style prompt for a fantasy sphere book world A pseudo-SDF shader-code template that renders a hollow sphere revealing a hidden fantasy civilization of tiered architecture and manuscript textures.

Related media

Prompt ContentSave

🌐
2x2 grid, 16:9, do this for 4 non copyrighted, public space books // Sphere SDF float sdf_sphere = sdSphere(p, 1.0); // Crack: a noise-modulated cutting plane that splits the sphere float crack = fbm(p) > 0.5 ? 1.0 : 0.0; // left/right // Outer left shell: displace sdf slightly for manuscript relief, then shade with cultural texture. float sdf_exterior = sdf_sphere; // left side only // Interior: carve a hollow region by subtracting a smaller sphere offset, leaving a shell. float sdf_cavern = sdSubtract(sdf_sphere, sdSphere(p - vec3(0.4,0,0), 0.8)); // hollow right side // Tiered architecture: series of nested boxes and cylinders placed along the cavern walls float sdf_arch = tiered_structures(p, epic_cities); // Creatures: SDFs of mythical beasts placed dynamically. float sdf_river = thin_tube(p, epic_river_path); // Soldiers: instanced tiny humanoid SDFs with armor, in formations. // Materials: manuscript = diffuse + normal map from calligraphy brush strokes; architecture = stone/gold PBR; interior light = emissive fire. // Lighting: point light deep inside cavern (fire), area light for studio. // Camera: macro lens, f/2.0, focus on cavern middle, DOF blur background and outer shell edges. // Post: shallow DOF, white studio beyond sphere, no modern elements.

Sign in to see the full prompt

Continue with:

By logging in, you agree to our Terms of Use and Privacy Policy

Usage

This prompt is designed for use with creative. Copy the prompt content above and paste it into your preferred AI tool.

For best results, you may customize the placeholders (indicated by square brackets or capital letters) with your specific requirements.

References

Categories:creative| twitter| shader-prompt| fantasy-illustration

Talk