본문 바로가기

분류 전체보기51

Three.js-module system Three.js - 모듈 시스템, module Just like other languages, you should be able to separate executables, classes, and functions so that you can have a good program. Module system Recently, I implemented a lot of node.js, but I do not use node.js when I personally do web programs, so I need require.js on the amd side. I have implemented it. require.js is a purely client architecture, so you can do it by .. 2019. 10. 1.
Three.js - Settings Three.js 설정 - Setting https://threejs.org/ three.js – JavaScript 3D library threejs.org You can start by reading the site's documentation, but these open source platforms like Three.js lack some visual tools. So it feels hard at first. Set the most basic elements at a glance. 1. Run locally like any other game engine 사이트의 도큐먼트를 읽으며 시작할수 있으나, 이런 Three.js 같은 오픈 소스 플렛폼은 시각적인 툴이 좀 부족합니다. 그래서 처음에 어렵게.. 2019. 9. 27.
Three.js 개요-Overview Three.js는 Javascript로 웹페이지상에서 3d 엔진을 구현하게 해주는 Flatform입니다. 3d 엔진이 여러가지 이용분야가 있겠지만, 주로 궁긍적으로 3d게임을 많이 쓰므로, 게임 엔진이라고 부르겠습니다. Slant라는 이것저것 비교해주는 사이트에서 2019년 9월, Three.js 어느정도 수준의 엔진인지 알수가 있습니다. 다음 페이지를 보시죠. https://www.slant.co/topics/3777/~best-open-source-javascript-3d-engines Slant - 6 Best open source JavaScript 3D engines as of 2019 Babylon.js, Three.js, and PlayCanvas are probably your best b.. 2019. 9. 27.