From bf240d7eeaa89657462b705849fde56e54e237db Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 6 Feb 2024 17:37:20 -0300 Subject: refa Use quaternion for orientation --- src/vk/static_model.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/vk/static_model.cpp') diff --git a/src/vk/static_model.cpp b/src/vk/static_model.cpp index a89d79a..ef53155 100644 --- a/src/vk/static_model.cpp +++ b/src/vk/static_model.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2022-2023 Frederico de Oliveira Linhares + * Copyright 2022-2024 Frederico de Oliveira Linhares * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -148,11 +148,11 @@ namespace VK StaticModel::StaticModel( std::shared_ptr static_mesh, std::shared_ptr texture, std::shared_ptr position, - std::shared_ptr rotation): + std::shared_ptr orientation): static_mesh{static_mesh}, texture{texture}, position{position}, - rotation{rotation} + orientation{orientation} { loader.execute(this); } -- cgit v1.2.3