MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GeometryObject

Method GeometryObject

samples/hmd_opencv_sandbox/geometry_object.cpp:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "stb_image.h"
12
13GeometryObject::GeometryObject() :
14 m_bTaintIAFlags( 0 ),
15 m_iTaintVertFlag( 0 ),
16 m_unVertVAO( 0 ),
17 m_unTexture( 0 ),
18 m_dTextureFileTime( 0 ),
19 m_iTextureWidth( 0 ),
20 m_iTextureHeight( 0 ),
21 m_sGeoName( "Unnamed" )
22{
23}
24
25GeometryObject::GeometryObject( const std::string & sGeoBaseName ) : GeometryObject()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected