feat: add texture diagnostics to viewer
This commit is contained in:
@@ -243,7 +243,7 @@ function pickOpacityMap(
|
||||
const genericIndex = entries.findIndex((entry) => entry.target === '')
|
||||
if (genericIndex >= 0) return textures[genericIndex]
|
||||
|
||||
return entries.length === 1 ? textures[0] : undefined
|
||||
return undefined
|
||||
}
|
||||
|
||||
function Model({
|
||||
|
||||
Reference in New Issue
Block a user