Author Topic: Can a UILabel display in a 3d way?  (Read 2940 times)

possifunlity

  • Newbie
  • *
  • Thank You
  • -Given: 1
  • -Receive: 0
  • Posts: 2
    • View Profile
Can a UILabel display in a 3d way?
« on: March 31, 2014, 10:31:18 AM »
Can label change its shape to look like it's attaching over a ball.There is a similar result that a want to achieve:

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Can a UILabel display in a 3d way?
« Reply #1 on: April 01, 2014, 10:24:49 AM »
Simple answer: No.

Complicated answer: if you render text to texture, you can then use this texture on a curved surface.