OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
Parser Namespace Reference

Functions

Tempest::Vec2 loadVec2 (std::string_view src)
 
Tempest::Vec3 loadVec3 (std::string_view src)
 
Material::AlphaFunc loadAlpha (std::string_view src)
 

Function Documentation

◆ loadAlpha()

Material::AlphaFunc Parser::loadAlpha ( std::string_view  src)

Definition at line 44 of file parser.cpp.

◆ loadVec2()

Vec2 Parser::loadVec2 ( std::string_view  src)

Definition at line 6 of file parser.cpp.

◆ loadVec3()

Vec3 Parser::loadVec3 ( std::string_view  src)

Definition at line 24 of file parser.cpp.