Инструмент трансформации по умолчанию
This commit is contained in:
		
							parent
							
								
									8f9a8c1759
								
							
						
					
					
						commit
						f67582fbbc
					
				@ -405,7 +405,7 @@ int main(void)
 | 
				
			|||||||
    Transform transform;
 | 
					    Transform transform;
 | 
				
			||||||
    Rotate rotate;
 | 
					    Rotate rotate;
 | 
				
			||||||
    Scale scale;
 | 
					    Scale scale;
 | 
				
			||||||
    TRS& currentTool = scale; 
 | 
					    TRS& currentTool = transform; 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Пока не произойдет событие запроса закрытия окна
 | 
					    // Пока не произойдет событие запроса закрытия окна
 | 
				
			||||||
    while(!glfwWindowShouldClose(window))
 | 
					    while(!glfwWindowShouldClose(window))
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user