|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
Is that possible to change the scale and position of vizmenu?
I am wandering how to change the scale and position of the vizmenu
In the tutorial, it teaches us how to add vizmenu but when i write the code "menu.setScale([2]*3)", it came out there is no setScale attribute to menu. |
#2
|
|||
|
|||
By default, the menu is aligned to the left of the window. It also can be aligned to the center:
Code:
menu = vizmenu.add() menu.setAlignment(vizmenu.CENTER) Code:
#Scale the menu up vizmenu.MENU_FONT_SIZE = 20 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mapping position data to a scaled transform | tokola | Vizard | 6 | 09-16-2015 02:45 PM |
<node3d>.save() position and rotation | torbeng | Vizard | 7 | 04-18-2012 09:17 AM |