#include "PlantArchitecture.h"
#include "CollisionDetection.h"
#include <unordered_set>
#include <utility>
Go to the source code of this file.
Functions | |
std::vector< uint > | makeTubeFromCones (uint radial_subdivisions, const std::vector< helios::vec3 > &vertices, const std::vector< float > &radii, const std::vector< helios::RGBcolor > &colors, helios::Context *context_ptr) |
Primary source file for plant architecture plug-in.
Copyright (C) 2016-2025 Brian Bailey
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Definition in file PlantArchitecture.cpp.
std::vector< uint > makeTubeFromCones | ( | uint | radial_subdivisions, |
const std::vector< helios::vec3 > & | vertices, | ||
const std::vector< float > & | radii, | ||
const std::vector< helios::RGBcolor > & | colors, | ||
helios::Context * | context_ptr | ||
) |
Definition at line 5194 of file PlantArchitecture.cpp.