{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} 패브릭 | High Definition RP | 10.5.0
docs.unity3d.com
"{0}"의 검색 결과

    목차 표시/숨기기

    패브릭

    패브릭 마스터 스택을 사용하여 고해상도 렌더 파이프라인(HDRP)에 다양한 패브릭 타입을 렌더링할 수 있습니다. 패브릭 머티리얼은 면, 울이나 이방성 실크를 기본으로 사용하고 패브릭을 사실적으로 보이게 만들 수 있도록 피하 산란과 같은 다양한 추가 효과를 제공합니다.

    패브릭 셰이더 그래프 생성

    셰이더 그래프에서 패브릭 머티리얼을 만들려면 다음 중 하나를 수행합니다.

    • 기존의 셰이더 그래프 수정

      1. Shader Editor에서 Shader Graph를 엽니다.
      2. Graph Settings에서 HDRP Target을 선택합니다. 타겟이 없으면 Active Targets로 이동하여 Plus 버튼을 클릭한 다음 HDRP를 선택합니다.
      3. Material 드롭다운에서 Fabric을 선택합니다.
    • 새로운 셰이더 그래프 생성

      1. Assets > Create > Shader Graph > HDRP로 이동하여 Fabric Shader Graph를 클릭합니다.

    컨텍스트

    이 마스터 스택 머티리얼 타입에는 자체 그래프 설정 세트가 있습니다. 설정과 블록 간의 관계로 인해 이는 어느 블록이 그래프와 관련이 있는지에 대해 영향을 줍니다. 이 섹션은 이 마스터 스택 머티리얼 타입이 기본적으로 추가하는 블록과 이 마스터 스택 머티리얼 타입의 그래프 설정에 대한 프로퍼티를 어느 블록이 정하는지에 대한 정보를 담고 있습니다.

    그래프 설정과 블록 간의 관계에 대한 자세한 내용은 컨텍스트 및 블록을 참조하십시오.

    버텍스 컨텍스트

    Default

    새로운 패브릭 마스터 스택을 생성할 때 버텍스 컨텍스트에는 기본적으로 다음의 블록이 포함되어 있습니다.

    [!include[](snippets/shader-graph-blocks/vertex-position.md)] [!include[](snippets/shader-graph-blocks/vertex-normal.md)] [!include[](snippets/shader-graph-blocks/vertex-tangent.md)]
    Property Description Setting Dependency Default Value

    관련 사항

    이 마스터 스택 머티리얼 타입은 기본적으로 버텍스 컨텍스트에 모든 버텍스 블록을 추가하며 그 외의 추가 관련 블록은 없습니다.

    프래그먼트 컨텍스트

    Default

    새로운 패브릭 마스터 스택을 생성할 때 프래그먼트 컨텍스트에는 기본적으로 다음의 블록이 포함되어 있습니다.

    [!include[](snippets/shader-graph-blocks/base-color.md)] [!include[](snippets/shader-graph-blocks/normal-tangent-space.md)] [!include[](snippets/shader-graph-blocks/bent-normal.md)] [!include[](snippets/shader-graph-blocks/smoothness.md)] [!include[](snippets/shader-graph-blocks/ambient-occlusion.md)] [!include[](snippets/shader-graph-blocks/specular-color.md)] [!include[](snippets/shader-graph-blocks/emission.md)] [!include[](snippets/shader-graph-blocks/alpha.md)]
    Property Description Setting Dependency Default Value

    관련 사항

    사용하는 그래프 설정에 따라 셰이더 그래프는 프래그먼트 컨텍스트에 다음 블록을 추가할 수 있습니다.

    [!include[](snippets/shader-graph-blocks/alpha-clip-threshold.md)] [!include[](snippets/shader-graph-blocks/alpha-clip-threshold-depth-postpass.md)] [!include[](snippets/shader-graph-blocks/alpha-clip-threshold-depth-prepass.md)] [!include[](snippets/shader-graph-blocks/alpha-clip-threshold-shadow.md)] [!include[](snippets/shader-graph-blocks/anisotropy.md)] [!include[](snippets/shader-graph-blocks/baked-back-gi.md)] [!include[](snippets/shader-graph-blocks/baked-gi.md)] [!include[](snippets/shader-graph-blocks/depth-offset.md)] [!include[](snippets/shader-graph-blocks/diffusion-profile.md)] [!include[](snippets/shader-graph-blocks/normal-object-space.md)] [!include[](snippets/shader-graph-blocks/normal-world-space.md)] [!include[](snippets/shader-graph-blocks/specular-aa-screen-space-variance.md)] [!include[](snippets/shader-graph-blocks/specular-aa-threshold.md)] [!include[](snippets/shader-graph-blocks/specular-color.md)] [!include[](snippets/shader-graph-blocks/specular-occlusion.md)] [!include[](snippets/shader-graph-blocks/subsurface-mask.md)] [!include[](snippets/shader-graph-blocks/tangent-object-space.md)] [!include[](snippets/shader-graph-blocks/tangent-tangent-space.md)] [!include[](snippets/shader-graph-blocks/tangent-world-space.md)] [!include[](snippets/shader-graph-blocks/thickness.md)]
    Property Description Setting Dependency Default Value

    그래프 설정

    표면 옵션

    [!include[](snippets/shader-properties/surface-options/material-type-fabric.md)] [!include[](snippets/shader-properties/surface-options/surface-type.md)] [!include[](snippets/shader-properties/surface-options/rendering-pass.md)] [!include[](snippets/shader-properties/surface-options/blending-mode.md)] [!include[](snippets/shader-properties/surface-options/receive-fog.md)] [!include[](snippets/shader-properties/surface-options/depth-test.md)] [!include[](snippets/shader-properties/surface-options/depth-write.md)] [!include[](snippets/shader-properties/surface-options/cull-mode.md)] [!include[](snippets/shader-properties/surface-options/sorting-priority.md)] [!include[](snippets/shader-properties/surface-options/back-then-front-rendering.md)] [!include[](snippets/shader-properties/surface-options/transparent-depth-prepass.md)] [!include[](snippets/shader-properties/surface-options/transparent-depth-postpass.md)] [!include[](snippets/shader-properties/surface-options/transparent-writes-motion-vectors.md)] [!include[](snippets/shader-properties/surface-options/preserve-specular-lighting.md)] [!include[](snippets/shader-properties/surface-options/alpha-clipping.md)] [!include[](snippets/shader-properties/surface-options/use-shadow-threshold.md)] [!include[](snippets/shader-properties/surface-options/alpha-to-mask.md)] [!include[](snippets/shader-properties/surface-options/double-sided-mode.md)] [!include[](snippets/shader-properties/surface-options/fragment-normal-space.md)] [!include[](snippets/shader-properties/surface-options/receive-decals.md)] [!include[](snippets/shader-properties/surface-options/receive-ssr.md)] [!include[](snippets/shader-properties/surface-options/receive-ssr-transparent.md)] [!include[](snippets/shader-properties/surface-options/geometric-specular-aa.md)] [!include[](snippets/shader-properties/surface-options/ss-depth-offset.md)] [!include[](snippets/shader-properties/surface-options/subsurface-scattering.md)] [!include[](snippets/shader-properties/surface-options/transmission.md)]
    Property Description

    고급 옵션

    [!include[](snippets/shader-properties/advanced-options/specular-occlusion-mode.md)] [!include[](snippets/shader-properties/advanced-options/override-baked-gi.md)] [!include[](snippets/shader-properties/advanced-options/support-lod-crossfade.md)] [!include[](snippets/shader-properties/advanced-options/add-precomputed-velocity.md)]
    Property Description

    제한 사항

    면 광원은 현재 패브릭 또는 머리카락 머티리얼을 지원하지 않습니다. 즉 면 광원은 다음 사항을 사용하는 머티리얼에 그림자를 비추거나 드리우지 않습니다.

    • 면/울 셰이더
    • 실크 셰이더
    • 머리카락 셰이더
    • 패브릭 마스터 스택
    • 머리카락 마스터 스택
    문서 개요
    맨 위로
    Copyright © 2023 Unity Technologies — 상표 및 이용약관
    • 법률정보
    • 개인정보처리방침
    • 쿠키
    • 내 개인정보 판매 금지
    • Your Privacy Choices (Cookie Settings)