본문 바로가기
반응형

분류 전체보기1593

[OpenGL] glShaderSource 쉐이더(Shader)란 3D 컴퓨터 그래픽에서 물체의 3차원 위치를 나타내는 x, y, z 좌표나, 색상, 텍스처, 조명 등 다양한 시각적 효과를 계산하여 최종적으로 화면에 출력할 픽셀의 위치와 색상을 계산하는 함수입니다. glShaderSource 을 사용해서 이미지 없이 색상을 입힐 수 있다. OpenGL 쉐이더 생성 함수들 중 하나 https://www.google.com/search?q=glShaderSource&oq=glShaderSource&aqs=chrome..69i57j0i512j0i10i512j0i512j0i30l6.263j0j9&sourceid=chrome&ie=UTF-8#ip=1 🔎 glShaderSource: Google 검색 www.google.com 2023. 9. 11.
[OpenGL] OpenGL-Tetris (GFLW + GLEW) GLUT를 사용하지 않습니다. GLFW 나 GLEW 를 사용하는 에제를 추천합니다. 아래 예제는 GLEW 를 사용합니다. https://kyoungwhankim.github.io/ko/blog/opengl_intro/ OpenGL 소개: OpenGL, GLFW, GLEW란? [OpenGL E02] OpenGL/GLEW/GLFW kyoungwhankim.github.io https://velog.io/@kkkh0315/OpenGL-%EC%84%A4%EC%B9%98-GLEW-GLFW-%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%EB%B2%95%EA%B3%BC-Visual-Studio%EC%97%90%EC%84%9C-OpenGL-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8.. 2023. 9. 11.
[OpenGL] OpenGL 과 블랜더 화면을 비교하면서 설명한다. Blender 3D는 메시, 지오메트리, 애니메이션 및 장면을 구축하기 위한 도구 OpenGL은 프로그래머를 위한 그래픽 API Blender는 OpenGL을 사용하여 뷰포트를 그린다. http://www.opengl-tutorial.org/kr/beginners-tutorials/tutorial-1-opening-a-window/ Tutorial 1 : 윈도우 열기 소개 첫 튜토리얼을 환영합니다 ! OpenGL을 시작하기 전에, 먼저 각 자습서와 함께 제공되는 코드 빌드 방법, 실행 방법 및 (가장 중요한) 코드 작성 방법을 배워야합니다. 준비물 이 튜토리얼들을 www.opengl-tutorial.org 2023. 9. 11.
[3D엔진] 카이모스 https://github.com/lucho1/Kaimos GitHub - lucho1/Kaimos: Game Engine made with educational purposes for the End-of-Degree Project at the Videogames Design and De Game Engine made with educational purposes for the End-of-Degree Project at the Videogames Design and Development Degree in CITM-UPC - GitHub - lucho1/Kaimos: Game Engine made with educational purp... github.com https://github.com/lucho.. 2023. 9. 11.
반응형