snoyer
snoyer
> Is this `-` standard? I don't remember I've seen that in the past I don't know about _standard_ but having `-` as a special case seems pretty accepted. Off...
> > I don't know about standard but having - as a special case seems pretty accepted. > > Do you have a good source for this ? Here's what...
I don't know about Windows but `-` can be a file on linux, if you wanted to write to it instead of stdout you'd need to put a more explicit...
Here's 2 tracks to investigate if you fancy venturing blindly into the weeds (I don't know how animations actually work myself): 1. animations can be selected with `--animation-index` from the...
If the keyboard mappings are expected to be configurable at some point it may be wise (convenient at least) to bind on strings so they can be loaded from a...
This one may not be about the vertex colors. - `female02_vertex_colors.obj` has both textures and seemingly random vertex colors. F3D renders only the vertex colors - `female02.obj` has only textures....
Honestly no idea. According to http://paulbourke.net/dataformats/mtl/: "During rendering, the map_Kd value is multiplied by the Kd value." Assuming the per-vertex colors in the `.obj` are to be considered equivalent to...
not sure it helps but here's another random one https://github.com/f3d-app/f3d/actions/runs/4292447814/jobs/7478891761#step:16:565, it passed on the PR before the merge and then it broke on master
If I remember correctly `F3D::AppName` is `F3D` (all caps) and at the time the choices for the "f3d" instances in the help text were: 1. leave them hardcoded in the...
> This is funny though: > > ``` > $ ../../f3d/build/bin/f3d --help > F3D - A fast and minimalist 3D viewer > Usage: > ../../f3d/build/bin/f3d [OPTIONS...] file1 file2 ... >...