das
|
33fc850aaf
|
change paths from absolute to relative for all Targets but pi
|
5 years ago |
Krisjanis Rijnieks
|
3c4643357c
|
Check if source exists before loading
|
6 years ago |
Krisjanis Rijnieks
|
ab595fd42a
|
Add loading and saving video loop state
|
7 years ago |
Krisjanis Rijnieks
|
8cf585fb7b
|
Fix SettingsLoader::save returning void
|
8 years ago |
Krisjanis Rijnieks
|
26326733cc
|
Make it work with openFrameworks master branch
|
8 years ago |
Krisjanis Rijnieks
|
9966ecf83a
|
Update code to use Vec3 and Vec2 everywhere
|
8 years ago |
Krisjanis Rijnieks
|
5e23b21eb2
|
Add Vec2 adapter class, Vec3 still to finish
|
8 years ago |
c-mendoza
|
2a9e451e12
|
Fix for SettingsLoader to support CircleSurface
|
8 years ago |
c-mendoza
|
e98cae857d
|
CircleSurface + changes in various files to support the new surface
|
8 years ago |
Krisjanis Rijnieks
|
518bb76182
|
Fix SourceType, replace all int vars with decent type
Divide SourceType class into SourceType enum and SourceTypeHelper class
|
9 years ago |
Krisjanis Rijnieks
|
ff20c60789
|
Fix SurfaceType enum so it can be used as type for real
The problem was that wherever we use SurfaceType, the variable type was int, which leads to
confusion sometimes.
|
9 years ago |
Krisjanis Rijnieks
|
2d504160d5
|
Add HexagonSurface as base for CircleSurface
|
9 years ago |
Krisjanis Rijnieks
|
dfd9dc8c14
|
Use only one settings file (ofxpimapper.xml)
Create it if it is not there.
|
9 years ago |
Krisjanis Rijnieks
|
a96d7c8f7a
|
Saving and loading presets properly
|
9 years ago |
Krisjanis Rijnieks
|
17433cdb97
|
Add loading presets from xml
|
9 years ago |
Krisjanis Rijnieks
|
7febe46958
|
Create presets through SettingsLoader
|
9 years ago |
Krisjanis Rijnieks
|
3e7e3eb3ed
|
Add multiple <surfaces> tag test
|
9 years ago |
Krisjanis Rijnieks
|
e3f67a3067
|
Add preset todo in SettingsLoader
|
9 years ago |
Krisjanis Rijnieks
|
9c4f2a5eff
|
Fix having no last loaded filename for surfaces if no xml file found
Previously the mesh was copied every time `BaseSurface::getMesh()` was called.
|
9 years ago |
Krisjanis Rijnieks
|
757ff2e450
|
Fix reading grid surfaces as quad if only four vertices
Added `type` attribute to `<surface>` elements in xml settings
|
9 years ago |
Krisjanis Rijnieks
|
4e0765719e
|
Remove oldscool todos
|
9 years ago |
Krisjanis Rijnieks
|
b86dbe272a
|
Add saving to last loaded xml settings file
|
9 years ago |
Krisjanis Rijnieks
|
29bc46732e
|
Fix saving and loading `GridWarpSurface`s
Had to add rows and cols parameters in xml
|
9 years ago |
Krisjanis Rijnieks
|
f125b68c8f
|
Fix saving source name blank string
|
9 years ago |
Krisjanis Rijnieks
|
32e5739a3e
|
Make it possible to save `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
d1f483899b
|
Fix confusing `xml->push` in one method and `xml->pop` in another
|
10 years ago |
Krisjanis Rijnieks
|
f6f91bf498
|
Add nesting to `SettingsLoader::getQuadSurface`
|
10 years ago |
Krisjanis Rijnieks
|
4b47c2ef4c
|
Add nesting to `SettingsLoader::getTriangleSurface`
|
10 years ago |
Krisjanis Rijnieks
|
1b7768de92
|
Add nesting to `SettingsLoader::load`
|
10 years ago |
Krisjanis Rijnieks
|
aece000bc2
|
Read per surface perspective warping setting from xml
|
10 years ago |
Krisjanis Rijnieks
|
127b766208
|
Add per surface perspective warping property saving to xml
|
10 years ago |
Krisjanis Rijnieks
|
6381eec5dd
|
Add `xml->pushTag()` and `xml->popTag()` todo
|
10 years ago |
Krisjanis Rijnieks
|
606d396635
|
Add blank lines before line comments
|
10 years ago |
Krisjanis Rijnieks
|
3a4dad4fde
|
Fix `SettingsLoader` warnings
|
10 years ago |
Krisjanis Rijnieks
|
920b3d2a0b
|
Improve `SettingsLoader`
Simplify the `load()` method by moving the quad and triangle surface creation to private methods
|
10 years ago |
Krisjanis Rijnieks
|
6bb151b369
|
Move XML settings save and load to `SettingsLoader` singleton
|
10 years ago |