An open API service indexing awesome lists of open source software.

https://github.com/xjine/unity_cubemapcamera

CubemapCamera just makes Cubemap RenderTexture.
https://github.com/xjine/unity_cubemapcamera

assets unity

Last synced: 11 months ago
JSON representation

CubemapCamera just makes Cubemap RenderTexture.

Awesome Lists containing this project

README

          

# Unity_CubemapCamera

CubemapCamera just makes Cubemap RenderTexture.

## Import to Your Project

You can import this asset from UnityPackage.

- [CubemapCamera.unitypackage](https://github.com/XJINE/Unity_CubemapCamera/blob/master/CubemapCamera.unitypackage)

### Dependencies

You have to import following assets to use this asset.

- [Unity_IInitializable](https://github.com/XJINE/Unity_IInitializable)

## How to Use

Add ``CubemapCamera.cs`` to camera object and set the parameters.

``CubemapCamera`` renders Cubemap in ``LateUpdate`` and you can get it from ``CubemapCamera.Cubemap`` property.

### Resolution

Resolution means the each square's resolution of Cubemap.