Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 12, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/06fdafa79c4200b56bfd0a45f98cad0a to your computer and use it in GitHub Desktop.
Save r-ryantm/06fdafa79c4200b56bfd0a45f98cad0a to your computer and use it in GitHub Desktop.
/nix/store/qizsq8wkqisls6vnmb8723ahr29ajk7v-yafaray-core-3.5.1
├── bin
│   └── yafaray-xml
├── include
│   └── yafaray
│   ├── cameras
│   │   ├── angularCamera.h
│   │   ├── architectCamera.h
│   │   ├── equirectangularCamera.h
│   │   ├── orthographicCamera.h
│   │   └── perspectiveCamera.h
│   ├── core_api
│   │   ├── background.h
│   │   ├── bound.h
│   │   ├── camera.h
│   │   ├── color_console.h
│   │   ├── color.h
│   │   ├── color_ramp.h
│   │   ├── dynamic_library.h
│   │   ├── environment.h
│   │   ├── file.h
│   │   ├── imagefilm.h
│   │   ├── imagehandler.h
│   │   ├── imagesplitter.h
│   │   ├── integrator.h
│   │   ├── light.h
│   │   ├── logging.h
│   │   ├── material.h
│   │   ├── matrix4.h
│   │   ├── mcintegrator.h
│   │   ├── object3d.h
│   │   ├── output.h
│   │   ├── params.h
│   │   ├── primitive.h
│   │   ├── ray.h
│   │   ├── renderpasses.h
│   │   ├── scene.h
│   │   ├── session.h
│   │   ├── shader.h
│   │   ├── surface.h
│   │   ├── sysinfo.h
│   │   ├── texture.h
│   │   ├── tiledintegrator.h
│   │   ├── vector3d.h
│   │   └── volume.h
│   ├── gui
│   │   └── yafqtapi.h
│   ├── integrators
│   │   ├── bidirpath.h
│   │   ├── directlight.h
│   │   ├── integr_utils.h
│   │   ├── pathtracer.h
│   │   ├── photonintegr.h
│   │   └── sppm.h
│   ├── interface
│   │   ├── xmlinterface.h
│   │   └── yafrayinterface.h
│   ├── lights
│   │   ├── arealight.h
│   │   ├── bglight.h
│   │   ├── bgportallight.h
│   │   └── meshlight.h
│   ├── materials
│   │   ├── blendmat.h
│   │   ├── maskmat.h
│   │   ├── microfacet.h
│   │   ├── roughglass.h
│   │   └── shinydiff.h
│   ├── resources
│   │   ├── guifont.h
│   │   ├── qtanim
│   │   │   ├── 00001.h
│   │   │   ├── 00002.h
│   │   │   ├── 00003.h
│   │   │   ├── 00004.h
│   │   │   ├── 00005.h
│   │   │   ├── 00006.h
│   │   │   ├── 00007.h
│   │   │   ├── 00008.h
│   │   │   ├── 00009.h
│   │   │   ├── 00010.h
│   │   │   ├── 00011.h
│   │   │   ├── 00012.h
│   │   │   ├── 00013.h
│   │   │   ├── 00014.h
│   │   │   ├── 00015.h
│   │   │   ├── 00016.h
│   │   │   ├── 00017.h
│   │   │   ├── 00018.h
│   │   │   ├── 00019.h
│   │   │   ├── 00020.h
│   │   │   ├── 00021.h
│   │   │   ├── 00022.h
│   │   │   ├── 00023.h
│   │   │   ├── 00024.h
│   │   │   ├── 00025.h
│   │   │   ├── 00026.h
│   │   │   ├── 00027.h
│   │   │   ├── 00028.h
│   │   │   ├── 00029.h
│   │   │   ├── 00030.h
│   │   │   ├── 00031.h
│   │   │   ├── 00032.h
│   │   │   ├── 00033.h
│   │   │   ├── 00034.h
│   │   │   ├── 00035.h
│   │   │   ├── 00036.h
│   │   │   ├── 00037.h
│   │   │   ├── 00038.h
│   │   │   ├── 00039.h
│   │   │   ├── 00040.h
│   │   │   ├── 00041.h
│   │   │   ├── 00042.h
│   │   │   ├── 00043.h
│   │   │   ├── 00044.h
│   │   │   ├── 00045.h
│   │   │   ├── 00046.h
│   │   │   ├── 00047.h
│   │   │   ├── 00048.h
│   │   │   ├── 00049.h
│   │   │   └── 00050.h
│   │   ├── toolbar_alpha_icon.h
│   │   ├── toolbar_cancel_icon.h
│   │   ├── toolbar_colorbuffer_icon.h
│   │   ├── toolbar_drawparams_icon.h
│   │   ├── toolbar_quit_icon.h
│   │   ├── toolbar_render_icon.h
│   │   ├── toolbar_save_as_icon.h
│   │   ├── toolbar_savedepth_icon.h
│   │   ├── toolbar_show_alpha_icon.h
│   │   ├── toolbar_z_buffer_icon.h
│   │   ├── toolbar_zoomin_icon.h
│   │   ├── toolbar_zoomout_icon.h
│   │   ├── yafarayicon.h
│   │   └── yafLogoTiny.h
│   ├── textures
│   │   ├── basicnodes.h
│   │   ├── basictex.h
│   │   ├── imagetex.h
│   │   ├── layernode.h
│   │   └── noise.h
│   ├── utilities
│   │   ├── buffer.h
│   │   ├── ColorConv.h
│   │   ├── console_utils.h
│   │   ├── curveUtils.h
│   │   ├── geometry.h
│   │   ├── iesUtils.h
│   │   ├── image_buffers.h
│   │   ├── interpolation.h
│   │   ├── mathOptimizations.h
│   │   ├── math_utils.h
│   │   ├── mcqmc.h
│   │   ├── sample_utils.h
│   │   ├── spectralData.h
│   │   ├── stringUtils.h
│   │   ├── threadUtils.h
│   │   ├── tiled_array.h
│   │   ├── winunistd.h
│   │   └── y_alloc.h
│   ├── yafray_config.h
│   ├── yafray_constants.h
│   └── yafraycore
│   ├── hashgrid.h
│   ├── imageOutput.h
│   ├── kdtree.h
│   ├── memoryIO.h
│   ├── meshtypes.h
│   ├── monitor.h
│   ├── nodematerial.h
│   ├── photon.h
│   ├── pkdtree.h
│   ├── ray_kdtree.h
│   ├── scr_halton.h
│   ├── spectrum.h
│   ├── std_primitives.h
│   ├── timer.h
│   ├── triangle.h
│   └── xmlparser.h
├── lib
│   ├── libyafaray_v3_core.so
│   ├── libyafaray_v3_plugin.so
│   └── yafaray-plugins
│   ├── libangularCamera.so
│   ├── libarealight.so
│   ├── libbasicnodes.so
│   ├── libbasictex.so
│   ├── libbglight.so
│   ├── libbidirpath.so
│   ├── libblend.so
│   ├── libcoatedglossy.so
│   ├── libDebugIntegrator.so
│   ├── libdirectional.so
│   ├── libdirectlight.so
│   ├── libEmissionIntegrator.so
│   ├── libEmptyVolumeIntegrator.so
│   ├── libequirectangularCamera.so
│   ├── libExpDensityVolume.so
│   ├── libexrHandler.so
│   ├── libglass.so
│   ├── libglossy.so
│   ├── libgradientback.so
│   ├── libhdrHandler.so
│   ├── libieslight.so
│   ├── libjpgHandler.so
│   ├── libNoiseVolume.so
│   ├── liborthographicCamera.so
│   ├── libpathtrace.so
│   ├── libperspectiveCamera.so
│   ├── libphotonmap.so
│   ├── libpngHandler.so
│   ├── libpointlight.so
│   ├── libroughglass.so
│   ├── libshinydiffuse.so
│   ├── libsimple.so
│   ├── libSingleScatterIntegrator.so
│   ├── libSkyIntegrator.so
│   ├── libSkyVolume.so
│   ├── libspherelight.so
│   ├── libspotlight.so
│   ├── libsppm.so
│   ├── libsunlight.so
│   ├── libSunSky2.so
│   ├── libsunsky.so
│   ├── libtextureback.so
│   ├── libtgaHandler.so
│   ├── libtifHandler.so
│   ├── libUniformVolume.so
│   └── libvolumetric.so
└── share
├── doc
│   └── yafaray
│   ├── AUTHORS.md
│   ├── CHANGELOG.md
│   ├── LICENSES
│   └── README.md
└── yafaray
└── tests
└── test01
├── test01 - expected render result.png
├── test01_tex.exr
├── test01_tex.hdr
├── test01_tex.jpg
├── test01_tex.png
├── test01_tex.tga
├── test01_tex.tif
└── test01.xml
23 directories, 223 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment