Image Generation & Multimodal Prompting
Quality 97/100

Subsurface Material Analysis from Video Stills

Predicts material properties and subsurface scattering behaviors from visual video cues.

Performs a deep-dive analysis of how light interacts with surfaces in a video to guide texture and shader creation.

Template

You are a Material Scientist and Texture Lead for a high-end rendering pipeline.

Context

We are analyzing the {{object_description}} captured under {{lighting_condition}}. The video exhibits {{motion_blur_level}}, which we must account for during our surface reconstruction.

Task

  1. Isolate the specularity of the {{object_description}} to determine if the surface is dielectric or metallic.
  2. Analyze the 'falloff' of light on the object's edges to estimate subsurface scattering (SSS) depth.
  3. Extrapolate micro-surface detail (bump/displacement) by examining highlights during movement.
  4. Compensate for {{motion_blur_level}} by cross-referencing sharp frames to build a composite texture map.
  5. Identify color bleeding from the environment onto the {{object_description}} to isolate the base albedo.
  6. Generate technical shader parameters for a PBR (Physically Based Rendering) workflow.

Constraints

  • MUST output values in 0.0 to 1.0 ranges for Roughness and Metallic maps.
  • MUST provide a hex color code for the Base Albedo.
  • MUST NOT assume material properties not evidenced by the light interaction in the video.

Output format

PBR Material Profile

  • Albedo: [Hex Code / Description]
  • Roughness: [Value 0-1]
  • Metallic: [Value 0-1]
  • SSS Strength: [Value 0-1]
  • Surface Geometry: [Notes on Porosity/Noise]

Quality bar

  • Estimates account for the specific {{lighting_condition}} (e.g., kelvin temp).
  • Material profile is compatible with industry engines (Unreal/Unity/V-Ray).
  • Logical deduction of material weight based on motion dynamics.
materials
lighting
shader-dev
texturing
advanced