Jump to content

ObjectBillboard Scale?


photo

Recommended Posts

Posted

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?

Posted

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.

×
×
  • Create New...