분류 전체보기(174)
-
[Unity] Declaring multidimensional arrays in Unity C#
When developing with Unity, you may have to use multidimensional arrays.Unity uses the C# language when coding some script, so you can use [, ] like a regular multidimensional array, but we can't use this way in the Inspector window. This is typically a one-dimensional array that can be represented in Inspector window. If you declare a variable with the same array as above,One-dimensional array ..
2018.08.29 -
[Unity] 유니티 C# 에서 다차원 배열 선언하기
Unity로 개발을 하다 보면, 다차원 배열을 사용해야할 때가 있다.Unity는 C# 언어로 스크립트를 짜기 때문에 그냥 일반적인 다차원 배열마냥 [, ] 하면 되지만, Inspector 창에서의 다차원 배열을 띄우기 위해서는 위같은 쉼표를 늘리는 방법만으로는 해결되지 않는다. 사진으로 설명하자면,이것이 일반적으로 Inspector 창에서 표현 가능한 1차원 배열이다. 위같은 배열로 변수를 선언할 경우,위와같이 Inspector 창에서 1차원 배열 선언이 가능하다. 하지만 아레 사진처럼 다차원 배열이 필요할때가 된다면,쉼표를 늘리는것이 아닌 또 다른 선언이 필요하다. MonoBehaviour 가 아닌 클레스에 Inspector 를 나타네면 된다.즉 다른 스크립트 에서 GameObject를 선언하고, 메인..
2018.08.27 -
CUBE Endless 진행도
만들던 게임의 진행도이다 만든것-음악 시스템 (음악은 퍼옴)-GUI-Random Map Spawn-다양한 맵 패턴-캐릭터 점프 & 애니메이션-일시정지매뉴 만들어야하는것-지뢰-슬로우 이벤트-화면 흔들림 이벤트-코인-Fly 모드 버그-맵 택스처 깨짐 버그-중복 맵타일 버그
2018.08.26 -
How to make solar cellular cell phone charger
Hello everyone, I am Nitro and welcome to the tutorial of make solar cellular cell phone charger. In this tutorial, we are going to learn how to solar panel works, and make a cell phone charger with solar panels.If you want to see the Korean post, please visits here.Here is the final resultIt just looks like this, about A4 paper size.It supports 5V and 600mA. Although it has a low output, maybe ..
2018.08.19 -
태양광 발전 핸드폰 충전기 만들기
안녕하세요! Nitro입니다.오늘은 태양광 패널을 이용한 핸드폰 충전기를 만드는 법을 소계해 드릴까 합니다.일단 완성품을 보고 가시자면..이렇게 생겼습니다.5V 에 600mA 정도의 출력을 지원합니다. 그리 좋은 출력을 지원하지는 않지만, 캠핑을 자주 하시는분이라면 재미있을만한 작업이 될듯 하네요.아무튼 시작해보도록 합시다.재작하면서 찍은 사진이 없기에 직접 만든 도면으로 설명해 드리도록 하겠습니다. 준비물태양광 발전의 꽃인 태양 전지입니다.개당 최대로 6V와 300mA의 출력을 지원하는 제품입니다만.가끔식 7V가 나오는걸 보면 더 많이 나오는듯합니다.4개가 필요합니다. 쇼트키 다이오드 입니다.1N5819 모델을 사용중이며, 역전류를 막아주는 역활을 해줍니다. LM317 DC-DC 스텝다운 모듈입니다.저..
2018.08.09 -
[Python]Live object detection with webcam using Tensorflow API
Hello everyone, my name is Nitro and welcome to Tensorflow object detection tutorial.In this tutorial, we are going to make live object detection through webcam with Tensorflow API. And it is my first time to translate my post into English, so I hope you guys can understand and follow well. If you want to see Korean post, then please visit here. Actually, all of the source code is already on Git..
2018.07.13