Pass through the coding styles

This commit is contained in:
Alexander Bock
2025-06-05 10:59:58 +02:00
parent 7b731219aa
commit fbd4128b34
56 changed files with 179 additions and 112 deletions

View File

@@ -82,9 +82,9 @@ namespace {
// will always be given a radius of one meter. To change its size, use a `Scale`
// transform, such as the [StaticScale](#base_transform_scale_static).
//
// The grid may be split up into equal segments in both directions using the `Segments`
// parameter, or different number of segments in the latitudal and longtudal direction
// using the `LatSegments` and `LongSegments` parameters.
// The grid may be split up into equal segments in both directions using the
// `Segments` parameter, or different number of segments in the latitudal and
// longtudal direction using the `LatSegments` and `LongSegments` parameters.
struct [[codegen::Dictionary(RenderableSphericalGrid)]] Parameters {
// [[codegen::verbatim(ColorInfo.description)]]
std::optional<glm::vec3> color [[codegen::color()]];