본문 바로가기
듀얼 라이트맵에 대한 연구 1. 라이트맵이란? (Lightmap) 유니티에 라이트맵 기능은 이전부터 있어 왔습니다. 라이트맵이란, 렌더링에서 가장 무거운 요소인 조명과 그림자 연산을 실시간으로 하지 않기 위해서 미리 조명과 그림자 연산을 특정한 텍스쳐로 만들어 (굽는다고 표현합니다 : Bake) 입힘으로써, 조명 연산을 피하고자 하는 꼼수라고 할 수 있습니다. 참고로 유니티에는 가장 유명한 라이트맵 솔루션인 비스트 (Beast) 가 내장되어 있습니다. 이전에 있던 라이트맵은 싱글 라이트맵 (single lightmap) 이라 불리는 것으로, 보다 단순한 구조를 가지고 있습니다. 싱글 라이트맵은 누구나 흔히 짐작할 수 있는 기술로, 라이트맵을 구워서 오브젝트 / 배경등 static (고정된) 오브젝트에 입혀 버리는 기술입니다. 장점.. 2012. 8. 1.
TA 지망 배경 디자이너의 블로그 http://usroom.tistory.com/ 요새 열심히 공부중이네요 :) 2012. 5. 8.
Unity : Optimizing Graphics Performance Good performance is critical to the success of many games. Below are some simple guidelines for maximizing the speed of your game's graphical rendering. 좋은 퍼포먼스는 많은 게임의 성공을 위해 중요한 부분입니다. 아래 간단한 가이드라인이 있습니다. 당신의 게임 그래픽 렌더링 스피드를 올려줄 수 있는. Optimizing Meshes 메쉬 최적화 You only pay a rendering cost for objects that have a Mesh Renderer attached and are within the view frustum. There is no rendering cost.. 2012. 1. 31.
Unity 3.5 신기능 : Light Probes Light Probes 라이트 프로브 Although lightmapping adds greatly to the realism of a scene, it has the disadvantage that non-static objects in the scene are less realistically rendered and can look disconnected as a result. It isn't possible to calculate lightmapping for moving objects in real time but it is possible to get a similar effect using light probes. The idea is that the lighting is sampled at .. 2012. 1. 31.
Unity 3.5 신기능 : HDR (High Dynamic Range) HDR (High Dynamic Range) HDR 하이 다이나믹 레인지 : 고 계조영역 Overview 총론 Normally when rendering a scene pixel values are clamped with a maximum intensity of 1.0, HDR rendering removes this limitation and allows stored pixel values to have an intensity greater than 1.0. As monitors normally only display intensities in the range of 0.0 - 1.0 this range needs to be mapped back into a visible range. This is a.. 2012. 1. 30.
Unity 3.5 신기능 : Gamma correction Linear Lighting 선형 조명 overview 총론 Linear lighting refers to the process of illuminating a scene with all inputs being linear. Normally textures exist with gamma pre-applied to them this means that when the textures are sampled in a material that they are non linear. If these textures are used in the standard lighting equations it will lead to the result from the equation being incorrect as they .. 2012. 1. 27.
Unity 3.5 신기술 : Level of Detail Level of Detail 레벨 오브 디테일 As your scenes get larger, performance becomes a bigger consideration. One of the ways to manage this is to have meshes with different levels of detail depending on how far the camera is from the object. This is called Level of Detail (abbreviated as LOD) 당신의 신이 커지면, 퍼포먼스는 중요한 고려사항이 됩니다. 이것을 컨트롤 하는 방법 중 하나는 카메라에서 얼마나 멀리 있느냐에 따라서 오브젝트 메쉬의 디테일 레벨을 변화 시키는 것입니다. 이것을 레벨 오브 디.. 2012. 1. 25.
반응형