3D Texturing Risk Assessment & Management 5 — Questions and Answers
Question 1: An outsourced texture batch is returned and many assets have incorrect metallic mask values. What risk management failure allowed this outcome?
- The outsource studio used a different operating system
- No clear reference sheets or material parameter specifications were provided before work began (Correct answer)
- The assets were delivered in PNG instead of TGA format
- The outsource studio worked in a different time zone
Correct answer: No clear reference sheets or material parameter specifications were provided before work began
Without reference sheets specifying expected metallic, roughness, and color ranges, outsource artists default to subjective interpretations that diverge from project standards.
Question 2: Which risk does reusing high-resolution photographic source textures from the internet without licensing introduce in a commercial project?
- Texture resolution will mismatch the asset's UV scale
- Copyright infringement, potentially resulting in DMCA takedowns or legal liability (Correct answer)
- The texture will tile incorrectly in the engine
- Normal maps derived from photos will have incorrect handedness
Correct answer: Copyright infringement, potentially resulting in DMCA takedowns or legal liability
Unlicensed use of copyrighted photographic textures in commercial products exposes the studio to DMCA notices, takedown demands, and lawsuits.
Question 3: What is the risk of using uncompressed 4K texture maps in a mobile game without any LOD or compression strategy?
- The textures will appear too sharp at close range
- GPU memory overflow leads to app crashes and poor performance on mid-range and low-end devices (Correct answer)
- UV coordinates will rescale automatically, causing distortion
- Specular highlights will not render on mobile GPUs
Correct answer: GPU memory overflow leads to app crashes and poor performance on mid-range and low-end devices
Mobile GPUs have strict memory limits; uncompressed 4K textures consume far more memory than devices can handle, causing crashes.
Question 4: A studio is evaluating whether to use AI-generated textures in a shipped product. Which risk category requires the most thorough legal assessment?
- Polycount compatibility with the AI-generated UV layout
- IP ownership and license rights over AI-generated content under current copyright law (Correct answer)
- Whether the AI tool supports 16-bit export
- Compatibility of AI textures with the studio's baking pipeline
Correct answer: IP ownership and license rights over AI-generated content under current copyright law
Current copyright law is unsettled on AI-generated content ownership, and some AI tools train on copyrighted images, creating potential infringement exposure.
Question 5: When a texture artist is the sole owner of a proprietary brush library used throughout a project, what organizational risk does this create?
- The brushes will produce incorrect normal map data
- A single point of failure where losing that artist halts or degrades texture production for the entire team (Correct answer)
- The brush library will conflict with the engine's shader compiler
- Other artists will accidentally use the wrong UV scale
Correct answer: A single point of failure where losing that artist halts or degrades texture production for the entire team
Sole ownership of critical assets creates key-person dependency; if the artist leaves, no one else can replicate or maintain the look.
Question 6: Which validation step best reduces the risk of physically based rendering (PBR) textures looking incorrect across different lighting environments?
- Rendering all assets in a single neutral grey studio light only
- Testing textures under multiple HDRI environments including bright sunlight, overcast, and interior lighting (Correct answer)
- Disabling ambient occlusion maps during validation
- Checking textures exclusively at maximum roughness values
Correct answer: Testing textures under multiple HDRI environments including bright sunlight, overcast, and interior lighting
PBR materials respond differently under varied lighting; testing across diverse IBL environments reveals energy conservation errors and incorrect value ranges.
Question 7: A texture pipeline relies on a single custom export script that has not been maintained for two years. What risk must be assessed before a major project delivery?
- Whether the script runs faster on newer hardware
- Compatibility with updated versions of the authoring software, which may have changed its API or export options (Correct answer)
- Whether the script produces square-resolution textures only
- Whether the script supports more than 10 texture channels
Correct answer: Compatibility with updated versions of the authoring software, which may have changed its API or export options
Software updates frequently change plugin APIs and export parameters; an unmaintained script may silently produce incorrect output after tool updates.
An outsourced texture batch is returned and many assets have incorrect metallic mask values.
What risk management failure allowed this outcome?