TheAtlasEngine
 
Loading...
Searching...
No Matches
YAML::convert< glm::vec3 > Struct Reference

Custom specialized classes from yaml-cpp to specialize to take in a glm::vec3 specifically. More...

#include <types.hpp>

Static Public Member Functions

static Node encode (const glm::vec3 &rhs)
 
static bool decode (const Node &node, glm::vec3 &rhs)
 

Detailed Description

Custom specialized classes from yaml-cpp to specialize to take in a glm::vec3 specifically.

Specialization is used for converting glm::vec3 to yaml-cpp syntax when saving glm::vec3 data to disk


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