분류 전체보기59 Blender-사람 모델링(human model) 저는 홀로 프로그래머로, 디자이너가 없는 관계로 억지로 3d modeling을 배웠습니다.ㅎ lol 그래서 사실상 이런 페이지를 적는다는것이 건방진것이고, 다만 어떤 부분에서 blender 디자인을 참고를 했는지 초심자에게 팁을 드리겠습니다. blendswap https://www.blendswap.com/ Blend Swap Create and Share Blender Assets www.blendswap.com 만들어진 모델을 공유하는 대표적인 사이트입니다. 인간 모델을 처음 할때, rigging을 연습한다면 인간 모델을 찾아서 하실수 있습니다. 각 모델별로 저작권이 다르니 용도별로 확인을 꼭 하세요. human modeling A,B,C https://www.youtube.com/user/Darri.. 2019. 10. 8. Three.js-move page, loading Three.js - 페이지 이동, loading In the previous chapter, I created a folder structure with require.js. But since the rendering page is implemented directly in mainRender, Now let's take it off and make a scene-> scene move structure. There are many ways to move the scene, but I'll implement it by adding a place variable to the GLOBAL variable. The implementation is up to you. 앞장에서 require.js로 폴더 구조를 .. 2019. 10. 1. 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. 이전 1 ··· 7 8 9 10 다음