mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 02:51:25 +00:00
-Much improvement to baked light baker
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
This commit is contained in:
parent
9608d4255e
commit
e82dc40205
61 changed files with 2163 additions and 354 deletions
|
|
@ -1971,7 +1971,7 @@ void SpatialEditorViewport::_preview_exited_scene() {
|
|||
|
||||
void SpatialEditorViewport::_init_gizmo_instance(int p_idx) {
|
||||
|
||||
uint32_t layer=1<<(GIZMO_BASE_LAYER+p_idx)|(1<<GIZMO_GRID_LAYER);
|
||||
uint32_t layer=1<<(GIZMO_BASE_LAYER+p_idx);//|(1<<GIZMO_GRID_LAYER);
|
||||
|
||||
for(int i=0;i<3;i++) {
|
||||
move_gizmo_instance[i]=VS::get_singleton()->instance_create();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue