Функция генерации сферы

This commit is contained in:
2023-10-24 22:31:55 +03:00
parent a4a7df2073
commit 6d091e022d
2 changed files with 76 additions and 0 deletions

View File

@@ -11,6 +11,8 @@
#include <vector>
class Model genShpere(float radius, int sectorsCount, class Node* parent = NULL); // Генерирует сферу заданного радиуса с определенным количеством сегментов
// Класс узла сцены
class Node
{