issues
search
jpaver
/
opengametools
A set of open c++ game development tools that are lightweight, easy-to-integrate and free to use. Currently hosting a magicavoxel .vox full scene loader.
MIT License
375
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
RFC: ogt_vox: added helper function ogt_vox_camera_to_transform
#68
mgerhardy
opened
4 days ago
0
Fixed camera radius reading and changed type to float
#67
ItayGigi
closed
2 months ago
0
ogt_vox: added _ri material support
#66
mgerhardy
closed
2 months ago
0
ogt_vox: support material property _media_type
#65
mgerhardy
opened
8 months ago
0
ogt_vox: material property _media_type not handled yet
#64
mgerhardy
opened
8 months ago
0
ogt_vox: add type-based memory alignment within the internal sub allocator
#63
jpaver
closed
1 year ago
1
Crashes due to unaligned memory access
#62
mgerhardy
closed
9 months ago
2
Fix for _vox_models_are_equal comparing two models with the same volume
#61
dougbinks
closed
1 year ago
0
An instances layer_index can be 0xFFFFFFFF (k_invalid_group_index)
#60
dougbinks
opened
1 year ago
0
CHUNK_ID_XYZI voxel bounds check to improve handling of corrupt files
#59
dougbinks
opened
1 year ago
4
ogt_vox: split fatal errors and warnings
#58
mgerhardy
opened
1 year ago
1
CI: added windows and osx builds as well as tests to the github pipelines
#57
mgerhardy
closed
1 year ago
1
opengametools: fix vox2obj reading + converting legacy .vox files
#56
jpaver
closed
1 year ago
0
ogt_vox: segfault when accessing invalid group indices
#55
mgerhardy
closed
1 year ago
2
ogt_vox: added build pipeline for linux
#54
mgerhardy
closed
1 year ago
0
ogt_vox: linux compilation fixes for vox2obj
#53
mgerhardy
closed
1 year ago
0
ogt_vox: ogt_assert in nTRN chunk for voxedit.io models
#52
mgerhardy
opened
1 year ago
5
ogt_vox: specify the target coordinate system and do the conversions inside the lib
#51
mgerhardy
closed
1 year ago
4
ogt_vox: added check for buffer and chunk size overflow
#50
dougbinks
closed
1 year ago
0
ogt_vox: added progress callback
#49
dougbinks
closed
1 year ago
1
ogt_vox: looks like the transforms are not yet correctly handled
#48
mgerhardy
closed
1 year ago
4
Added asserts to catch saving and loading of a model with zero size
#47
dougbinks
closed
1 year ago
0
ogt_vox: fix buffer overrun when nTRN node names are longer than 64 bytes
#46
jpaver
closed
1 year ago
2
ogt_vox: assert hit on invalid node id
#45
mgerhardy
closed
1 year ago
1
ogt_vox: implemented endian handling
#44
mgerhardy
closed
2 years ago
0
ogt_vox: setting k_read_scene_flags_groups false looses hidden and layer information
#43
dougbinks
opened
2 years ago
2
ogt_vox: improved camera support
#42
mgerhardy
closed
2 years ago
2
ogt_vox: Compiler warnings in release mode
#41
mgerhardy
closed
2 years ago
1
ogt_vox: instance order differences between file versions
#40
dougbinks
opened
2 years ago
5
ogt_vox: Merge materials
#39
jibjoub
closed
2 years ago
1
ogt_vox : materials are not merged correctly
#38
jibjoub
opened
2 years ago
1
ogt_vox : add formal test cases
#37
jpaver
opened
2 years ago
2
ogt_vox: fix regression/bug with instance transforms not being correctly flattened when not importing groups
#36
jpaver
closed
2 years ago
0
ogt_vox: group references broken by commit: flatten animations ...
#35
dougbinks
closed
2 years ago
1
ogt_vox : implement animation looping and sampling
#34
jpaver
closed
2 years ago
4
ogt_vox: group instances are not preserved when writing scenes
#33
jpaver
opened
2 years ago
0
Any writing of voxels object to Wavefront obj?
#32
GrapixLeGrand
closed
2 years ago
3
ogt_vox: parse _color field from LAYR chunk dictionary and expose for read/merge/write in ogt_vox_layer
#31
jpaver
closed
2 years ago
1
ogt_vox: expose animation looping status
#30
jpaver
closed
2 years ago
2
_vox_array::resize optimization - grow by at least 1.5x
#29
dougbinks
closed
2 years ago
2
ogt_vox: getting access to the dict key/value entries
#28
mgerhardy
opened
2 years ago
0
ogt_vox: updated README.md
#27
mgerhardy
closed
2 years ago
0
ogt_vox: fixed MATL chunk saving
#26
mgerhardy
closed
2 years ago
2
ogt_vox: support loading magicavoxel 0.99.7 files
#25
mgerhardy
closed
2 years ago
1
ogt_vox: implemented rCAM handling (loading and saving)
#24
mgerhardy
closed
2 years ago
0
ogt_vox: Added MATT read support and MATL write support
#23
mgerhardy
closed
2 years ago
1
ogt_vox: material chunk is only loaded - but not saved
#22
mgerhardy
closed
2 years ago
0
ogt_vox: Order of input models is changes on save/load
#21
mgerhardy
closed
2 years ago
5
Added helper method to apply the transformations
#20
mgerhardy
closed
2 years ago
1
ogt_vox: Hints about applying the transform
#19
mgerhardy
closed
2 years ago
4
Next