1 / 6

Shader Toy

Shader Toy. WebGL ?. WebGL 은 웹 기반의 그래픽 라이브러리이다 . 자바스크립트 프로그래밍 언어를 통해서 사용할 수 있으며 호환성이 있는 웹 브라우저에서 3D 그래픽을 사용할 수 있도록 제공된다 . WebGL 은 플러그인의 사용 없이 3 차원 컴퓨터 그래픽스 API 를 제공하는 캔버스 HTML 요소의 컨텍스트이다 . WebGL 은 OpenGL ES 2.0 을 기반으로 하고 3 차원 그래픽을 사용하기 위한 프로그래밍 인터페이스를 제공한다. WebGL 개발환경.

Télécharger la présentation

Shader Toy

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. Shader Toy

  2. WebGL? WebGL은 웹 기반의 그래픽 라이브러리이다. 자바스크립트 프로그래밍 언어를 통해서 사용할 수 있으며 호환성이 있는 웹 브라우저에서 3D 그래픽을 사용할 수 있도록 제공된다. WebGL은 플러그인의 사용 없이 3차원 컴퓨터 그래픽스 API를 제공하는 캔버스 HTML 요소의 컨텍스트이다. WebGL은 OpenGL ES 2.0을 기반으로 하고 3차원 그래픽을 사용하기 위한 프로그래밍 인터페이스를 제공한다.

  3. WebGL개발환경 WebGL은 구글 크롬에서 실행되고 모질라 파이어 폭스4, 사파리, 오페라의 개발 버전(development release)에서 실행된다. 그뿐 아니라 WebGL은 노키아 N900의 PR1.2 펌웨어 업데이트에서도 가능하다. Windows Dev channel : http://www.google.com/chrome/eula.html?extra=devchannel Mac Dev channel : http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac Linux Dev channel : http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb Example http://learningwebgl.com/blog/?p=28 http://hanslee79.tistory.com/tag/%EC%9B%B9gl

  4. WebGL실행화면

  5. Shader Toy? Shader Toy는 사용자가 온라인 상에서 WebGL의 GLSL를 이용해서 쉐이더를 수정하게 되면 다양한 효과를 보여 주는 편집기이다. 다른 설치 소프트웨어를 추가할 필요가 없다. 사용자가 원하는 생각을 스케치를 하거나 보여지기를 원할 경우 OpenGL 프레임워크를 가지고 있지 않아도 되는 편리함이 있다.

  6. Shader Toy 실행화면

More Related