개발자 SPRING

Sources

Posts

83 posts

(공유) UNITY object loading progress

개발자 SPRING|2018년 5월 28일

using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.UI;public class PlayerCtrl : MonoBehaviour { public Image cursorGuageImage; private Vector3 screenCenter; private float gaugeTimer; // Use this for initialization void Start () { screenCenter = new Vector3( Camera.main.pixelWidth / 2, Camera.main.pixelHeight / 2);

(공유) UNITY camera control

개발자 SPRING|2018년 5월 28일

using System.Collections;using System.Collections.Generic;using UnityEngine;public class moveObject : MonoBehaviour { // Use this for initialization void Start () { } // Update is called once per frame void Update () { moveObjectFunc(); } private float speed_move = 3.0f; private float speed_rota = 2.0f; void moveObjectFunc() { float keyH = Input.GetAxis("Horizontal")

(공유) 어떤 머신러닝 알고리즘을 사용할 것인가?

개발자 SPRING|2018년 5월 2일

The size, quality, and nature of data.The available computational time.The urgency of the task.What you want to do with the data.Even an experienced data scientist cannot tell which algorithm will perform the best before trying different algorithms. We are not advocating a one and done approach, but we do hope to provide some guidance on which algorithms to try first depending on some clear fac

윈도우10을 지원하는 초소형 PC 유닛 '라테판다'

윈도우10을 지원하는 초소형 PC 유닛 '라테판다'

개발자 SPRING|2018년 4월 11일

저는 평소에 PC의 케이스를 매우 거추장스럽게 생각했더랬습니다. 그럼에도 파워 유닛의 팬 소음때문에 케이스를 무시할 수는 없었죠. 그런데 이렇게 아주 적절해 보이는 제품이 있었네요. 최근에 등장한 것도 아니고 몇 년 전부터 판매되었던 것 같아서 놀랍습니다.7인치 포함 패키지가 26만원 정도라니... 사실 가격만 봐서는 좀 어정쩡하다는 느낌이지만 이만한 크기는 활용 범위를 굉장히 넓게 볼 수 있다는 점에서 가치가 높다고 생각합니다. 하나 정도 써 보고 싶네요. 인터파크 7인치팩 제품 링크