Cogs.Core
Public Attributes | List of all members
Cogs::Core::GltfLoader::TextureTransform Struct Reference

Public Attributes

glm::vec2 offset = glm::vec2(0, 0)
 
glm::vec2 scale = glm::vec2(1.0, 1.0)
 
float rotation = 0.0
 

Detailed Description

Definition at line 276 of file GltfLoader.h.

Member Data Documentation

◆ offset

glm::vec2 Cogs::Core::GltfLoader::TextureTransform::offset = glm::vec2(0, 0)

Definition at line 277 of file GltfLoader.h.

◆ rotation

float Cogs::Core::GltfLoader::TextureTransform::rotation = 0.0

Definition at line 279 of file GltfLoader.h.

◆ scale

glm::vec2 Cogs::Core::GltfLoader::TextureTransform::scale = glm::vec2(1.0, 1.0)

Definition at line 278 of file GltfLoader.h.


The documentation for this struct was generated from the following file: