retexture the image attached based on the JSON below:
{
"style_name": "Transparent Studio Render",
"visual_rules": {
"form": {
"shape": "preserve original object shape",
"outline": "no outlines, use smooth geometry transitions and bevels"
},
"lighting": {
"style": "studio-style 3-point lighting or soft HDRI setup",
"highlight": "subtle specular highlights for semi-matte plastic or coated surfaces",
"shadow": "soft drop shadow directly beneath the object, cast on a translucent floor plane"
},
"texture": {
"surface": "smooth or lightly textured based on object, clean shader setup with minimal noise",
"branding": "bold and high-contrast, treated as printed decals or sticker-style labels"
},
"material": {
"finish": "semi-matte or satin shader, mimicking printed plastic or coated materials"
},
"color_handling": {
"strategy": "make the object's primary color the focal point",
"enhancement": "slightly boosted saturation and contrast for clean product visualization"
},
"background": {
"type": "fully transparent (alpha channel)",
"shadow": "optional soft drop shadow directly beneath the object to ground it visually"
}
},
"rendering": {
"camera_angle": "centered front view or slightly elevated for dimensional clarity",
"depth_of_field": "neutral or slightly shallow to keep object fully sharp",
"background_blur": "none, background remains transparent"
}
}
이미지를 JSON에 따라 재질 변경:
{
"style_name": "Transparent Studio Render",
"visual_rules": {
"form": {
"shape": "원래 객체 모양 유지",
"outline": "윤곽선 없음, 부드러운 기하학적 전환 및 베벨 사용"
},
"lighting": {
"style": "스튜디오 스타일의 3점 조명 또는 부드러운 HDRI 설정",
"highlight": "반무광 플라스틱 또는 코팅된 표면에 미세한 반사 하이라이트",
"shadow": "객체 바로 아래에 부드러운 그림자, 반투명 바닥면에 투영"
},
"texture": {
"surface": "객체에 따라 매끄럽거나 약간의 질감, 최소한의 노이즈로 깨끗한 셰이더 설정",
"branding": "굵고 고대비, 프린트 데칼 또는 스티커 스타일 라벨로 처리"
},
"material": {
"finish": "반무광 또는 새틴 셰이더, 프린트된 플라스틱 또는 코팅된 재료 모방"
},
"color_handling": {
"strategy": "객체의 주요 색상을 중심으로",
"enhancement": "깨끗한 제품 시각화를 위해 약간의 채도 및 대비 증가"
},
"background": {
"type": "완전히 투명 (알파 채널)",
"shadow": "객체 바로 아래에 부드러운 그림자 선택 가능, 시각적으로 고정"
}
},
"rendering": {
"camera_angle": "정면 중앙 또는 약간 높은 각도로 입체감 강조",
"depth_of_field": "중립적 또는 약간 얕아 객체를 완전히 선명하게 유지",
"background_blur": "없음, 배경은 투명 유지"
}
}