add file picking for osx and ios and implement equirectangular import
This commit is contained in:
@@ -10,6 +10,7 @@ public:
|
||||
int height = 0;
|
||||
int comp = 4;
|
||||
bool load(std::string filename);
|
||||
bool load_file(std::string filename);
|
||||
const uint8_t* data() const { return m_data.get(); }
|
||||
int size() const { return width * height * comp; }
|
||||
void create(int w, int h)
|
||||
|
||||
Reference in New Issue
Block a user