François Gutherz

Results 8 issues of François Gutherz

When Rescomp is told to process an 'IMAGE', it does an amazing job in optimizing the similar tiles, where it store only one occurence of each tile. Would it be...

Updated README.md, adding HARFANG 3D Cpp engine.

**Describe the bug** It seems that both the cone and the capsule have their builtin models misaligned in regards to the collision shape. Possibly this issue is related to the...

**Currently, HARFANG Lua5.4.4 ships with a lua53.dll:** https://github.com/harfang3d/harfang3d/blob/main/extern/lua/CMakeLists.txt#L99 Shouldn't this be renamed lua54.dll ?

Fabgen should detect the ambiguous polymorphic functions, where the type of a C `enum` is replaced by a Python/Lua `int` equivalent, making it impossible for the dispatch to trace the...

Bind properly the static const type, so that the content cannot be modified by the host language (Python, for example). ### Typical use case : As of today, vec3.One must...

VR doesn't seem to work after v1.0.2 , issuing this error (in the latest build): ``` G:\works\harfang\hg2\dogfight-sandbox-hg2\source\MachineDevice.py:130: Warning: Invalid scene animation self.gear_anim_play = self.scene.PlayAnim(self.open_anim, hg.ALM_Once, hg.E_Linear, hg.time_from_sec_f(self.gear_moving_delay), hg.time_from_sec_f(self.gear_moving_delay), True, 1)...

When running assetc (3.2.1) on the resources folder, on a Ubuntu 20.04.4 (fresh install) I get the following errors : ``` 556 input files 863 output files 863 processed 376...