-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better instructions for getting an HDRI to work #1001
Comments
What is your f3d version? Currently, the documentation is not versioned, so it's constantly updated with the master branch (related issue #845).
|
Regarding hdri files, you can download some here: https://polyhaven.com/hdris The files used in the gallery can be found here: |
And to be complete, there is no default HDRI in version <= 2.1.0 and the command line to load an hdri is:
The name of the option in the config file is also just You can also get all this information by using Future parking is not shipped in the install and never will be, the default HDRI in the nightly is a very simple and light HDRI. |
And finally, the gallery contains a link to download all the data to reproduce everything, which contains future parking :) |
With no feedback from @thinsoldier , Ill close this, feel free to reopen if anything in unclear. BTW you can ask questions on our discord: https://discord.f3d.app |
Is your feature request related to a problem? Please describe.
I'm not smart enough to figure out how to get an the built in HDRI to be visible or to define a custom hdri file.
Describe the solution you'd like
Better instructions and config file example somewhere on the website.
The gallery has examples like:
Animated realistic rendering: f3d gearbox/scene.gltf --hdri-file=future_parking_2k.hdr --hdri-skybox --hdri-ambient -uqxtgas
I don't see
future_parking_2k.hdr
anywhere in the install folder. If it is built into the program directly, I have not figured out how to properly refer to it in the config file10_global.json
.I have also tried adding absolute paths to hdr files to the config and that doesn't work either:
"hdri-file": "C:\\Users\\thinsoldier\\Desktop\\HDRIs\\HDRI-haven\\autumn_hockey_2k.hdr",
The text was updated successfully, but these errors were encountered: