-
Notifications
You must be signed in to change notification settings - Fork 236
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
Feature: Lights and Shadows #308
base: master
Are you sure you want to change the base?
Commits on Mar 17, 2020
-
Test Phong lighting support for plot_mesh. Add lighting_demo notebook.
rinftech-github committedMar 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 2a140da - Browse repository at this point
Copy the full SHA 2a140daView commit details
Commits on Mar 19, 2020
-
Test shadowmap with spotlight. Fix shadow acne.
rinftech-github committedMar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 29d1d16 - Browse repository at this point
Copy the full SHA 29d1d16View commit details -
Add Lambert lighting model shaders
rinftech-github committedMar 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 55d6b98 - Browse repository at this point
Copy the full SHA 55d6b98View commit details
Commits on Mar 20, 2020
-
Add Physical lighting model shaders
rinftech-github committedMar 20, 2020 Configuration menu - View commit details
-
Copy full SHA for 88d019f - Browse repository at this point
Copy the full SHA 88d019fView commit details
Commits on Mar 23, 2020
-
Sliders and color picker widgets added
Configuration menu - View commit details
-
Copy full SHA for 5918a74 - Browse repository at this point
Copy the full SHA 5918a74View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6cb9964 - Browse repository at this point
Copy the full SHA 6cb9964View commit details
Commits on Mar 26, 2020
-
Add Light widget classes. Add ambiental_light functionality
rinftech-github committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d739f2 - Browse repository at this point
Copy the full SHA 5d739f2View commit details -
Add directional_light functionality
rinftech-github committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 74f2eda - Browse repository at this point
Copy the full SHA 74f2edaView commit details -
Add hemisphere_light functionality
rinftech-github committedMar 26, 2020 Configuration menu - View commit details
-
Copy full SHA for e30d1fa - Browse repository at this point
Copy the full SHA e30d1faView commit details
Commits on Mar 27, 2020
-
Add spot_light functionality. Add target to directional_light
rinftech-github committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 0d5f58e - Browse repository at this point
Copy the full SHA 0d5f58eView commit details -
rinftech-github committed
Mar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for b76be11 - Browse repository at this point
Copy the full SHA b76be11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69480d3 - Browse repository at this point
Copy the full SHA 69480d3View commit details -
Add shadowmap support for spot_light
rinftech-github committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 9db5bcf - Browse repository at this point
Copy the full SHA 9db5bcfView commit details -
- opacity and brightness granularity and range was changed; - update_axes_range() function updated in order to fix the error caused by y_size changes; - color picker was fixed;
Configuration menu - View commit details
-
Copy full SHA for 700c735 - Browse repository at this point
Copy the full SHA 700c735View commit details -
Add shadowmap support for directional_light
rinftech-github committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 467609d - Browse repository at this point
Copy the full SHA 467609dView commit details -
Add shadowmap support for point_light. Add shadow_radius
rinftech-github committedMar 27, 2020 Configuration menu - View commit details
-
Copy full SHA for d4c7d2d - Browse repository at this point
Copy the full SHA d4c7d2dView commit details
Commits on Mar 29, 2020
-
Simplify lighting_demo notebook. Replace color with light_color
rinftech-github committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2f1478b - Browse repository at this point
Copy the full SHA 2f1478bView commit details -
Add mesh widget material params. Add shadowmap types. Mesh class cleanup
rinftech-github committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for fd5e785 - Browse repository at this point
Copy the full SHA fd5e785View commit details -
Propagate material params. Add plot_surface example
rinftech-github committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b057d00 - Browse repository at this point
Copy the full SHA b057d00View commit details -
Prepare lighting material uniforms for scatter rendering
rinftech-github committedMar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b11a537 - Browse repository at this point
Copy the full SHA b11a537View commit details -
rinftech-github committed
Mar 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2fc6c64 - Browse repository at this point
Copy the full SHA 2fc6c64View commit details
Commits on Mar 30, 2020
-
Scatter lighting shaders work in progress - InstancedBufferGeometry s…
…hadowmap issue. Work in progress lighting demo notebook
rinftech-github committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 0eea214 - Browse repository at this point
Copy the full SHA 0eea214View commit details -
Finished notebook lighting demo for plot_mesh, plot_trisurf and plot_…
…surface
rinftech-github committedMar 30, 2020 Configuration menu - View commit details
-
Copy full SHA for db927ee - Browse repository at this point
Copy the full SHA db927eeView commit details
Commits on Mar 31, 2020
-
Fix notebook figure autoupdate. Hardcode lambert and phong diffuse co…
…lor to white
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 56657e7 - Browse repository at this point
Copy the full SHA 56657e7View commit details -
Prepare notebook for plot_mesh material properties change
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for b7da181 - Browse repository at this point
Copy the full SHA b7da181View commit details -
Switch lighting model automatically to PHYSICAL when adding a new light
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for b77d204 - Browse repository at this point
Copy the full SHA b77d204View commit details -
Complete mesh and lighting demo notebook. Fix Lambert emissive intens…
…ity. Update mesh transparency and shadows
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 66bc1de - Browse repository at this point
Copy the full SHA 66bc1deView commit details -
Replace radius with shadow_radius in demo notebook
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 1b71716 - Browse repository at this point
Copy the full SHA 1b71716View commit details -
Switch scatter lighting model to PHYSICAL when adding a light. Scatte…
…r has DEFAULT and PHYSICAL lighting models
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for f2c6c38 - Browse repository at this point
Copy the full SHA f2c6c38View commit details -
rinftech-github committed
Mar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for c0bafd6 - Browse repository at this point
Copy the full SHA c0bafd6View commit details -
Add unit tests. Remove cast_shadow from hemisphere_light
rinftech-github committedMar 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 1212c8a - Browse repository at this point
Copy the full SHA 1212c8aView commit details
Commits on Apr 1, 2020
-
Add/update function description for plot_mesh, plot_surface, plot_tri…
…surf, scatter and all light functions. pylab cleanup. Update lighting demo notebook
rinftech-github committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for e1fe838 - Browse repository at this point
Copy the full SHA e1fe838View commit details -
rinftech-github committed
Apr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d3a8979 - Browse repository at this point
Copy the full SHA d3a8979View commit details -
Fix shadow_map_size description. Add scatter information about lighti…
…ng/shader limitations. Remove widgets_test notebook
rinftech-github committedApr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4978259 - Browse repository at this point
Copy the full SHA 4978259View commit details -
rinftech-github committed
Apr 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 2012bd9 - Browse repository at this point
Copy the full SHA 2012bd9View commit details
Commits on Apr 2, 2020
-
Updated lighting demos with animation example
Timo Friedrich committedApr 2, 2020 Configuration menu - View commit details
-
Copy full SHA for fd1c121 - Browse repository at this point
Copy the full SHA fd1c121View commit details
Commits on Jun 29, 2020
-
Merge all mesh shading models into one vertex and one fragment shader
rinftech-github committedJun 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 2ff64a1 - Browse repository at this point
Copy the full SHA 2ff64a1View commit details -
Remove unnecessary shader files. Remove shader export directives
rinftech-github committedJun 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 554fb99 - Browse repository at this point
Copy the full SHA 554fb99View commit details
Commits on Jul 1, 2020
-
Merge scatter shaders into one vertex and one fragment file. Remove p…
…hysical shaders
rinftech-github committedJul 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 659e841 - Browse repository at this point
Copy the full SHA 659e841View commit details
Commits on Jul 2, 2020
-
Remove update_visibility from mesh and scatter. Remove transparent re…
…dundancy
rinftech-github committedJul 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 75e8c77 - Browse repository at this point
Copy the full SHA 75e8c77View commit details -
Remove unnecessary computeVertexNormals() call. Add argumentation com…
…ment for ensure_array color
rinftech-github committedJul 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 55099f3 - Browse repository at this point
Copy the full SHA 55099f3View commit details
Commits on Jul 9, 2020
-
rinftech-github committed
Jul 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 2d1a842 - Browse repository at this point
Copy the full SHA 2d1a842View commit details
Commits on Jul 17, 2020
-
Replace emissive_color with color. Adjust default emissive_intensity …
…value. Found model.changedAttributes issue
rinftech-github committedJul 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 39ff7f6 - Browse repository at this point
Copy the full SHA 39ff7f6View commit details
Commits on Jul 23, 2020
-
lighting_demo notebook UI updates
rinftech-github committedJul 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 12b9b4d - Browse repository at this point
Copy the full SHA 12b9b4dView commit details
Commits on Jul 27, 2020
-
Updated lighting demos with animation example
Timo Friedrich authored and rinftech-github committedJul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 235c735 - Browse repository at this point
Copy the full SHA 235c735View commit details -
rinftech-github committed
Jul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 358ef8a - Browse repository at this point
Copy the full SHA 358ef8aView commit details -
add enable_shadows and shadow_map_type to figure.ts, I hope
rinftech-github committedJul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for a0eeb5a - Browse repository at this point
Copy the full SHA a0eeb5aView commit details -
properly merge notebook from fd1c121
rinftech-github committedJul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for f7bcf49 - Browse repository at this point
Copy the full SHA f7bcf49View commit details -
rinftech-github committed
Jul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e118fe - Browse repository at this point
Copy the full SHA 8e118feView commit details -
rinftech-github committed
Jul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 687e092 - Browse repository at this point
Copy the full SHA 687e092View commit details -
rinftech-github committed
Jul 27, 2020 Configuration menu - View commit details
-
Copy full SHA for 13bfaec - Browse repository at this point
Copy the full SHA 13bfaecView commit details
Commits on Jul 28, 2020
-
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c63159 - Browse repository at this point
Copy the full SHA 8c63159View commit details -
dir and spot light seem to work
rinftech-github committedJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 87ce688 - Browse repository at this point
Copy the full SHA 87ce688View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 966ab9f - Browse repository at this point
Copy the full SHA 966ab9fView commit details -
attempt to delete previous lights
rinftech-github committedJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d7f6ffe - Browse repository at this point
Copy the full SHA d7f6ffeView commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 5834a91 - Browse repository at this point
Copy the full SHA 5834a91View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for caa28a5 - Browse repository at this point
Copy the full SHA caa28a5View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d914467 - Browse repository at this point
Copy the full SHA d914467View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for eba6d62 - Browse repository at this point
Copy the full SHA eba6d62View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for c4eb372 - Browse repository at this point
Copy the full SHA c4eb372View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for fd68aed - Browse repository at this point
Copy the full SHA fd68aedView commit details -
attempt at wrapping all light objects
rinftech-github committedJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 562fe94 - Browse repository at this point
Copy the full SHA 562fe94View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for f414bf3 - Browse repository at this point
Copy the full SHA f414bf3View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 4dec607 - Browse repository at this point
Copy the full SHA 4dec607View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 9711c39 - Browse repository at this point
Copy the full SHA 9711c39View commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for f418d8d - Browse repository at this point
Copy the full SHA f418d8dView commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for a22ab4d - Browse repository at this point
Copy the full SHA a22ab4dView commit details -
rinftech-github committed
Jul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for ffa373c - Browse repository at this point
Copy the full SHA ffa373cView commit details -
Add flat_shading option. Improve notebook ui for meshes (lighting_demo)
rinftech-github committedJul 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 4d68f43 - Browse repository at this point
Copy the full SHA 4d68f43View commit details
Commits on Jul 29, 2020
-
add wrapper methods and refactor notebook
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8bcbf9f - Browse repository at this point
Copy the full SHA 8bcbf9fView commit details -
finished implemeting light changes update
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for e9203c9 - Browse repository at this point
Copy the full SHA e9203c9View commit details -
Set shadows cast/received to default True. Improvement to notebook me…
…sh UI
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for bcc01a0 - Browse repository at this point
Copy the full SHA bcc01a0View commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 79d4edd - Browse repository at this point
Copy the full SHA 79d4eddView commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e807d9 - Browse repository at this point
Copy the full SHA 9e807d9View commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8a883df - Browse repository at this point
Copy the full SHA 8a883dfView commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for ceecaef - Browse repository at this point
Copy the full SHA ceecaefView commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for c44999a - Browse repository at this point
Copy the full SHA c44999aView commit details -
attempt to hook only needed changes
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 688908c - Browse repository at this point
Copy the full SHA 688908cView commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for ccc9867 - Browse repository at this point
Copy the full SHA ccc9867View commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e5da84 - Browse repository at this point
Copy the full SHA 8e5da84View commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4860873 - Browse repository at this point
Copy the full SHA 4860873View commit details -
rinftech-github committed
Jul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for ffe5d54 - Browse repository at this point
Copy the full SHA ffe5d54View commit details -
Add UI elements for Ambient and Hemisphere lights in light demo notebook
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 421c9cb - Browse repository at this point
Copy the full SHA 421c9cbView commit details -
Add ui elements for Directional and Spot Lights in notebook. Remove s…
…hadow map type and other components
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 6c55384 - Browse repository at this point
Copy the full SHA 6c55384View commit details -
Add Point Light ui in lighting demo notebook
rinftech-github committedJul 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8e1f2a4 - Browse repository at this point
Copy the full SHA 8e1f2a4View commit details
Commits on Jul 30, 2020
-
Merge branch 'feat_lighting' into feat_lighting_merge
rinftech-github committedJul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ee6c733 - Browse repository at this point
Copy the full SHA ee6c733View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for a654619 - Browse repository at this point
Copy the full SHA a654619View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ce0243d - Browse repository at this point
Copy the full SHA ce0243dView commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 5202b53 - Browse repository at this point
Copy the full SHA 5202b53View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for f71fe10 - Browse repository at this point
Copy the full SHA f71fe10View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 3658c02 - Browse repository at this point
Copy the full SHA 3658c02View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 35deb4e - Browse repository at this point
Copy the full SHA 35deb4eView commit details -
Remove target from point light in demo notebook
rinftech-github committedJul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 5506daa - Browse repository at this point
Copy the full SHA 5506daaView commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 60b5afd - Browse repository at this point
Copy the full SHA 60b5afdView commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 20c349c - Browse repository at this point
Copy the full SHA 20c349cView commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 9548bed - Browse repository at this point
Copy the full SHA 9548bedView commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 707f433 - Browse repository at this point
Copy the full SHA 707f433View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 2babe15 - Browse repository at this point
Copy the full SHA 2babe15View commit details -
rinftech-github committed
Jul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 8692d07 - Browse repository at this point
Copy the full SHA 8692d07View commit details -
Remove show_material_widgets and show_light_widgets from notebook and…
… move to pylab
rinftech-github committedJul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for ab6651e - Browse repository at this point
Copy the full SHA ab6651eView commit details -
Add function which parses all lights and meshes from figure and gener…
…ates widgets in tabs
rinftech-github committedJul 30, 2020 Configuration menu - View commit details
-
Copy full SHA for a2caf32 - Browse repository at this point
Copy the full SHA a2caf32View commit details
Commits on Aug 6, 2020
-
Update show_lighting_widgets name
rinftech-github committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 0be164f - Browse repository at this point
Copy the full SHA 0be164fView commit details -
Remove name parameter from setup_material_widgets and setup_light_wid…
…gets
rinftech-github committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d68d33f - Browse repository at this point
Copy the full SHA d68d33fView commit details -
Replace position and target FloatSlider with FloatText
rinftech-github committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 3557798 - Browse repository at this point
Copy the full SHA 3557798View commit details -
Customize light widgets ui layout and style
rinftech-github committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 63b4b64 - Browse repository at this point
Copy the full SHA 63b4b64View commit details -
Fix incorrect lighting model value in UI
rinftech-github committedAug 6, 2020 Configuration menu - View commit details
-
Copy full SHA for d48ba29 - Browse repository at this point
Copy the full SHA d48ba29View commit details
Commits on Aug 7, 2020
-
proposed fixed from Marteen for directional light
rinftech-github committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b069af - Browse repository at this point
Copy the full SHA 6b069afView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for c8b3992 - Browse repository at this point
Copy the full SHA c8b3992View commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ad013ab - Browse repository at this point
Copy the full SHA ad013abView commit details -
Merge branch 'feat_lighting' into feat_ligthing_widget
rinftech-github committedAug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 2e25a24 - Browse repository at this point
Copy the full SHA 2e25a24View commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for fa5386e - Browse repository at this point
Copy the full SHA fa5386eView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 13e75c9 - Browse repository at this point
Copy the full SHA 13e75c9View commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 1de0414 - Browse repository at this point
Copy the full SHA 1de0414View commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 3fddedb - Browse repository at this point
Copy the full SHA 3fddedbView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for cbc474b - Browse repository at this point
Copy the full SHA cbc474bView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 1db2655 - Browse repository at this point
Copy the full SHA 1db2655View commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 978400f - Browse repository at this point
Copy the full SHA 978400fView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 387845c - Browse repository at this point
Copy the full SHA 387845cView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 0f1f15a - Browse repository at this point
Copy the full SHA 0f1f15aView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for d1c088f - Browse repository at this point
Copy the full SHA d1c088fView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for ff96b4b - Browse repository at this point
Copy the full SHA ff96b4bView commit details -
rinftech-github committed
Aug 7, 2020 Configuration menu - View commit details
-
Copy full SHA for 7c5f761 - Browse repository at this point
Copy the full SHA 7c5f761View commit details
Commits on Aug 8, 2020
-
Updates to light default param values. Shadowmap fixes
rinftech-github committedAug 8, 2020 Configuration menu - View commit details
-
Copy full SHA for fcf0be2 - Browse repository at this point
Copy the full SHA fcf0be2View commit details -
Update lighting_demo notebook. Remove shadow_map_type
rinftech-github committedAug 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 06e1ac6 - Browse repository at this point
Copy the full SHA 06e1ac6View commit details -
Remove emissive_color completely from mesh. Tweak mesh documentation …
…texts and ui.
rinftech-github committedAug 8, 2020 Configuration menu - View commit details
-
Copy full SHA for 3c696ed - Browse repository at this point
Copy the full SHA 3c696edView commit details
Commits on Aug 9, 2020
-
Remove completely emissive_color from scatter. Other Directional ligh…
…t ui tweaks
rinftech-github committedAug 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 00130c4 - Browse repository at this point
Copy the full SHA 00130c4View commit details -
rinftech-github committed
Aug 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 1e5a79e - Browse repository at this point
Copy the full SHA 1e5a79eView commit details -
Fix hemisphere light color set
rinftech-github committedAug 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 69592f1 - Browse repository at this point
Copy the full SHA 69592f1View commit details -
Remove scatter fragment flatshading color overwrite. Enable flatshadi…
…ng as default for scatter plots
rinftech-github committedAug 9, 2020 Configuration menu - View commit details
-
Copy full SHA for 6ef4798 - Browse repository at this point
Copy the full SHA 6ef4798View commit details
Commits on Aug 10, 2020
-
rinftech-github committed
Aug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for e036afb - Browse repository at this point
Copy the full SHA e036afbView commit details -
Add documentation to widget functions
rinftech-github committedAug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for a580c9b - Browse repository at this point
Copy the full SHA a580c9bView commit details -
rinftech-github committed
Aug 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 48db5a2 - Browse repository at this point
Copy the full SHA 48db5a2View commit details