728x90
반응형
webgl 디버거
-
webgl debugutill webgl inspector webgl디버거!!!! isntall 및 사용법3D웹 프로그래밍/WebGl 2020. 11. 14. 19:44
웹지엘 인스펙터 대부분 javascript 개발자들은 크롬 개발자 도구를 이용하여 개발을 진행한다. 그러나 이러한 일반적인 도구들은 일반적인 웹 개발에 적합하고, 웹지엘에 특화되어있지는 않다. 웹지엘을 위해 특별히 제작된 도구가 바로 웹지엘 인스펙터이다. 이것은 Direct3D의 PIX나 오픈지엘의 gDEBugger와 비슷한 기능을 제공하는 웹지엘 디버거다. benvanik.github.io/WebGL-Inspector/ WebGL Inspector An advanced WebGL debugging toolkit About WebGL Inspector is a tool inspired by gDEBugger and PIX with the goal of making the development of adv..