f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Fast and minimalist 3D viewer.

Results 443 f3d issues
Sort by recently updated
recently updated
newest added

# *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...

enhancement
Priority:P2

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...

enhancement

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...

enhancement

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...

bug
Priority:P1

**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 ![a](https://user-images.githubusercontent.com/3129530/183093483-4faee119-0d6f-4d30-b682-fe46f456b658.png)

type:bug
source:VTK

**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 ` ![full](https://user-images.githubusercontent.com/3129530/183092969-9133079a-29aa-4783-b67d-d6e99ab22830.png)

bug

**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` ![a](https://user-images.githubusercontent.com/3129530/183093925-1d5ade65-216b-4f95-b636-e102101c5eb6.png) It is not clear to me what should be...

bug
Priority:P2