wxywxy.ji Posted June 27, 2011 Posted June 27, 2011 ObjectBillboard Does not apply Scale ex code) Node ObjectBillboard; ObjectBillboard.setScale( vec3( 10.0f , 10.0f , 10.0f ) ); apply Z Scale try use Billboard in Clutter try use Clutter Size How To?
manguste Posted June 30, 2011 Posted June 30, 2011 Try out setSize(width,height) function. Billboards are a specific type of objects, that is why not all node parent functions are applicable to them.
Recommended Posts