Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: tnbao91original on August 17, 2014, 10:08:43 PM

Title: Mini camera to view a model 3d
Post by: tnbao91original on August 17, 2014, 10:08:43 PM
Hi, I wanna make a camera to view a model 3d like avatar but i dont know how to make it with Camera or UICamera, how to make a custom sharp for viewport rect and anchor it if i use ngui.

Just see in dota 2 avatar ingame

(http://s23.postimg.org/a4zjmu6wq/PCG254_feat_dota_g10.jpg)

Anyone can do it, please help me :) Thank.
Title: Re: Mini camera to view a model 3d
Post by: ArenMook on August 18, 2014, 11:45:13 AM
Set up an off-screen camera to render into a render texture, then draw that texture like you would any other (with UITexture).