Author Topic: Mini camera to view a model 3d  (Read 2699 times)

tnbao91original

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 41
    • View Profile
Mini camera to view a model 3d
« 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



Anyone can do it, please help me :) Thank.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Mini camera to view a model 3d
« Reply #1 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).