V-Gears 0
Free Final Fantasy VII engine.
VGears::WalkmeshFileSerializer::Triangle Struct Reference

A walkmesh triangle. More...

#include <FF7WalkmeshFileSerializer.h>

Public Attributes

Ogre::Vector3 a
 A side of the triangle. More...
 
Ogre::Vector3 b
 A side of the triangle. More...
 
Ogre::Vector3 c
 A side of the triangle. More...
 

Detailed Description

A walkmesh triangle.

Member Data Documentation

◆ a

Ogre::Vector3 VGears::WalkmeshFileSerializer::Triangle::a

A side of the triangle.

◆ b

Ogre::Vector3 VGears::WalkmeshFileSerializer::Triangle::b

A side of the triangle.

◆ c

Ogre::Vector3 VGears::WalkmeshFileSerializer::Triangle::c

A side of the triangle.


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