1 / 6

geometry shader -SPIKE Effect-

geometry shader -SPIKE Effect-. Geomery Shader ?. Geometry shader 는 삼각형 ( 혹은 사각형 등 ) 단위로 입력을 받고 출력 역시 삼각형 ( 역시 다른 모양도 가능하다 , 입력과 출력의 모양이 다를 수도 있다 ) 으로 하여 보낸다 . 이때 삼각형을 수정 될 수도 있고 삭제 될 수도 있고 심지어 추가가 될 수도 있다. Spike Effect?.

Download Presentation

geometry shader -SPIKE Effect-

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. geometry shader -SPIKE Effect-

  2. GeomeryShader? • Geometry shader는 삼각형(혹은 사각형 등) 단위로 입력을 받고 출력 역시 삼각형(역시 다른 모양도 가능하다,입력과 출력의 모양이 다를 수도 있다)으로 하여 보낸다. 이때 삼각형을 수정 될 수도 있고 삭제 될 수도 있고 심지어 추가가 될 수도 있다.

  3. Spike Effect? • Geometry Shader를 사용하여 물체의 버텍스에 특별한 효과를 적용하는 Effect이다. • 특별한 효과 • 각 입력 삼각형은 중심을 사용하여 3개 삼각형으로 깨지게 된다. 각각 새로운 삼각형은 원래 크기의 3분의 1을 가진다.

  4. data flux

  5. Source Code[Spike Effect]-1

  6. Source Code[Spike Effect]-2

More Related