f3d
f3d copied to clipboard
Fast and minimalist 3D viewer.
# *libf3d API Public Review* Hello and welcome to the public review of the libf3d > Wait, what is the libf3d ? The libf3d is a simple BSD licensed C++...
Each time I open a model the log window is always directly covering the model window, not sure if it's possible currently but would be great to have it set...
libf3d was introduced in !259 (closed), let's brainstorm a stable API for it. Tasklist: libf3d - [x] Introduce f3d::options: #191 - [x] Refactor F3DLoader and F3D to use f3d::options cleanly...
Windows Installer Extensions and Thumbnailer checkboxes are not working Steps to reproduce: - Clean Windows system - Install F3D 1.2.1, uncheck both extensions and thumbnailer checkboxes - open a folder...
Have just started using this software and it saves a whole lot of time finding things as an artist, just curious if there is a way to limit the CPU...
**Describe the bug** --scalar and --color do not work together, --scalar override completely --color **To Reproduce** `./bin/f3d ../src/testing/data/WaterBottle.glb --geometry-only --color=0,1,1 --scalars` **Expected behavior** A blend of color if possible 
**Describe the bug** `--line-width` and `--point-size` have no effect with the full scene `./bin/f3d ../src/testing/data/WaterBottle.glb --line-width=3 -e ` 
**Describe the bug** Using --scalar and --texture-base-color together create stange artifacts **To Reproduce** ` ./bin/f3d ../src/testing/data/WaterBottle.glb --geometry-only --texture-base-color=../src/testing/data/red.jpg --scalars=TANGENT --output=a.png`  It is not clear to me what should be...