Skip to content
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

Open
wants to merge 132 commits into
base: master
Choose a base branch
from
Open

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    2a140da View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Test shadowmap with spotlight. Fix shadow acne.

    rinftech-github committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    29d1d16 View commit details
    Browse the repository at this point in the history
  2. Add Lambert lighting model shaders

    rinftech-github committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    55d6b98 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Add Physical lighting model shaders

    rinftech-github committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    88d019f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Create widgets_test.ipynb

    Sliders and color picker widgets added
    rinftech-github committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    5918a74 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Update widgets

    rinftech-github committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    6cb9964 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Add Light widget classes. Add ambiental_light functionality

    rinftech-github committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5d739f2 View commit details
    Browse the repository at this point in the history
  2. Add directional_light functionality

    rinftech-github committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    74f2eda View commit details
    Browse the repository at this point in the history
  3. Add hemisphere_light functionality

    rinftech-github committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    e30d1fa View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Add spot_light functionality. Add target to directional_light

    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    0d5f58e View commit details
    Browse the repository at this point in the history
  2. Add point_light functionality

    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b76be11 View commit details
    Browse the repository at this point in the history
  3. Updates

    - Range Widget, Dropdown  Widgets added
    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    69480d3 View commit details
    Browse the repository at this point in the history
  4. Add shadowmap support for spot_light

    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9db5bcf View commit details
    Browse the repository at this point in the history
  5. [Bugfixes]

    - 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;
    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    700c735 View commit details
    Browse the repository at this point in the history
  6. Add shadowmap support for directional_light

    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    467609d View commit details
    Browse the repository at this point in the history
  7. Add shadowmap support for point_light. Add shadow_radius

    rinftech-github committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    d4c7d2d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    2f1478b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5e785 View commit details
    Browse the repository at this point in the history
  3. Propagate material params. Add plot_surface example

    rinftech-github committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b057d00 View commit details
    Browse the repository at this point in the history
  4. Prepare lighting material uniforms for scatter rendering

    rinftech-github committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    b11a537 View commit details
    Browse the repository at this point in the history
  5. Add Scatter physical shaders

    rinftech-github committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    2fc6c64 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Scatter lighting shaders work in progress - InstancedBufferGeometry s…

    …hadowmap issue. Work in progress lighting demo notebook
    rinftech-github committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0eea214 View commit details
    Browse the repository at this point in the history
  2. Finished notebook lighting demo for plot_mesh, plot_trisurf and plot_…

    …surface
    rinftech-github committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    db927ee View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Fix notebook figure autoupdate. Hardcode lambert and phong diffuse co…

    …lor to white
    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    56657e7 View commit details
    Browse the repository at this point in the history
  2. Prepare notebook for plot_mesh material properties change

    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b7da181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b77d204 View commit details
    Browse the repository at this point in the history
  4. Complete mesh and lighting demo notebook. Fix Lambert emissive intens…

    …ity. Update mesh transparency and shadows
    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    66bc1de View commit details
    Browse the repository at this point in the history
  5. Replace radius with shadow_radius in demo notebook

    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1b71716 View commit details
    Browse the repository at this point in the history
  6. Switch scatter lighting model to PHYSICAL when adding a light. Scatte…

    …r has DEFAULT and PHYSICAL lighting models
    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f2c6c38 View commit details
    Browse the repository at this point in the history
  7. Update lighting demo notebook

    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    c0bafd6 View commit details
    Browse the repository at this point in the history
  8. Add unit tests. Remove cast_shadow from hemisphere_light

    rinftech-github committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    1212c8a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. 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 committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    e1fe838 View commit details
    Browse the repository at this point in the history
  2. Code cleanup

    rinftech-github committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d3a8979 View commit details
    Browse the repository at this point in the history
  3. Fix shadow_map_size description. Add scatter information about lighti…

    …ng/shader limitations. Remove widgets_test notebook
    rinftech-github committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4978259 View commit details
    Browse the repository at this point in the history
  4. Update unit tests

    rinftech-github committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    2012bd9 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Updated lighting demos with animation example

    Timo Friedrich committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    fd1c121 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    2ff64a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554fb99 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge scatter shaders into one vertex and one fragment file. Remove p…

    …hysical shaders
    rinftech-github committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    659e841 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Remove update_visibility from mesh and scatter. Remove transparent re…

    …dundancy
    rinftech-github committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    75e8c77 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary computeVertexNormals() call. Add argumentation com…

    …ment for ensure_array color
    rinftech-github committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    55099f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Begin removing Light widget

    rinftech-github committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2d1a842 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Replace emissive_color with color. Adjust default emissive_intensity …

    …value. Found model.changedAttributes issue
    rinftech-github committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    39ff7f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. lighting_demo notebook UI updates

    rinftech-github committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    12b9b4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Updated lighting demos with animation example

    Timo Friedrich authored and rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    235c735 View commit details
    Browse the repository at this point in the history
  2. begin removing light.ts

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    358ef8a View commit details
    Browse the repository at this point in the history
  3. add enable_shadows and shadow_map_type to figure.ts, I hope

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a0eeb5a View commit details
    Browse the repository at this point in the history
  4. properly merge notebook from fd1c121

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    f7bcf49 View commit details
    Browse the repository at this point in the history
  5. cleanup point light

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    8e118fe View commit details
    Browse the repository at this point in the history
  6. fix typo

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    687e092 View commit details
    Browse the repository at this point in the history
  7. really fix typo

    rinftech-github committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    13bfaec View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. add construct light method

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8c63159 View commit details
    Browse the repository at this point in the history
  2. dir and spot light seem to work

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    87ce688 View commit details
    Browse the repository at this point in the history
  3. not async

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    966ab9f View commit details
    Browse the repository at this point in the history
  4. attempt to delete previous lights

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d7f6ffe View commit details
    Browse the repository at this point in the history
  5. enable shadows

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5834a91 View commit details
    Browse the repository at this point in the history
  6. test notebook

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    caa28a5 View commit details
    Browse the repository at this point in the history
  7. delete lights on re-add

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d914467 View commit details
    Browse the repository at this point in the history
  8. fix ligthing model for meshes

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    eba6d62 View commit details
    Browse the repository at this point in the history
  9. cleanup old code

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c4eb372 View commit details
    Browse the repository at this point in the history
  10. setup light wapper

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    fd68aed View commit details
    Browse the repository at this point in the history
  11. attempt at wrapping all light objects

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    562fe94 View commit details
    Browse the repository at this point in the history
  12. fix runtime errors

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f414bf3 View commit details
    Browse the repository at this point in the history
  13. fix inheritance

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    4dec607 View commit details
    Browse the repository at this point in the history
  14. HemisphereLight typo

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    9711c39 View commit details
    Browse the repository at this point in the history
  15. fix typos, update notebook

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f418d8d View commit details
    Browse the repository at this point in the history
  16. fix notebook

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a22ab4d View commit details
    Browse the repository at this point in the history
  17. undo light wrappers

    rinftech-github committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    ffa373c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d68f43 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. add wrapper methods and refactor notebook

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8bcbf9f View commit details
    Browse the repository at this point in the history
  2. finished implemeting light changes update

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    e9203c9 View commit details
    Browse the repository at this point in the history
  3. Set shadows cast/received to default True. Improvement to notebook me…

    …sh UI
    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    bcc01a0 View commit details
    Browse the repository at this point in the history
  4. add target to scene

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    79d4edd View commit details
    Browse the repository at this point in the history
  5. wip

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9e807d9 View commit details
    Browse the repository at this point in the history
  6. update shadows on prop change

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8a883df View commit details
    Browse the repository at this point in the history
  7. refactor method names

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ceecaef View commit details
    Browse the repository at this point in the history
  8. rm todo

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    c44999a View commit details
    Browse the repository at this point in the history
  9. attempt to hook only needed changes

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    688908c View commit details
    Browse the repository at this point in the history
  10. hook all the things

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ccc9867 View commit details
    Browse the repository at this point in the history
  11. refactor notebook

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8e5da84 View commit details
    Browse the repository at this point in the history
  12. rm console log

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4860873 View commit details
    Browse the repository at this point in the history
  13. debug

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ffe5d54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    421c9cb View commit details
    Browse the repository at this point in the history
  15. Add ui elements for Directional and Spot Lights in notebook. Remove s…

    …hadow map type and other components
    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6c55384 View commit details
    Browse the repository at this point in the history
  16. Add Point Light ui in lighting demo notebook

    rinftech-github committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    8e1f2a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Merge branch 'feat_lighting' into feat_lighting_merge

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ee6c733 View commit details
    Browse the repository at this point in the history
  2. rm old notebook

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a654619 View commit details
    Browse the repository at this point in the history
  3. rm shadow_map_type

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ce0243d View commit details
    Browse the repository at this point in the history
  4. start merge

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    5202b53 View commit details
    Browse the repository at this point in the history
  5. update widget mesh booleans

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    f71fe10 View commit details
    Browse the repository at this point in the history
  6. forgot to add fields

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    3658c02 View commit details
    Browse the repository at this point in the history
  7. no more crashes

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    35deb4e View commit details
    Browse the repository at this point in the history
  8. Remove target from point light in demo notebook

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    5506daa View commit details
    Browse the repository at this point in the history
  9. watch for child change

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    60b5afd View commit details
    Browse the repository at this point in the history
  10. fix shadow binding

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    20c349c View commit details
    Browse the repository at this point in the history
  11. latest notebook

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    9548bed View commit details
    Browse the repository at this point in the history
  12. add todo

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    707f433 View commit details
    Browse the repository at this point in the history
  13. minor refactor

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    2babe15 View commit details
    Browse the repository at this point in the history
  14. add note about error

    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    8692d07 View commit details
    Browse the repository at this point in the history
  15. Remove show_material_widgets and show_light_widgets from notebook and…

    … move to pylab
    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ab6651e View commit details
    Browse the repository at this point in the history
  16. Add function which parses all lights and meshes from figure and gener…

    …ates widgets in tabs
    rinftech-github committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    a2caf32 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Update show_lighting_widgets name

    rinftech-github committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    0be164f View commit details
    Browse the repository at this point in the history
  2. Remove name parameter from setup_material_widgets and setup_light_wid…

    …gets
    rinftech-github committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d68d33f View commit details
    Browse the repository at this point in the history
  3. Replace position and target FloatSlider with FloatText

    rinftech-github committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3557798 View commit details
    Browse the repository at this point in the history
  4. Customize light widgets ui layout and style

    rinftech-github committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    63b4b64 View commit details
    Browse the repository at this point in the history
  5. Fix incorrect lighting model value in UI

    rinftech-github committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d48ba29 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. proposed fixed from Marteen for directional light

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    6b069af View commit details
    Browse the repository at this point in the history
  2. fix also sptolight

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    c8b3992 View commit details
    Browse the repository at this point in the history
  3. fix point light

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    ad013ab View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feat_lighting' into feat_ligthing_widget

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    2e25a24 View commit details
    Browse the repository at this point in the history
  5. update notebok

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    fa5386e View commit details
    Browse the repository at this point in the history
  6. fix light type and pos

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    13e75c9 View commit details
    Browse the repository at this point in the history
  7. fix target

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1de0414 View commit details
    Browse the repository at this point in the history
  8. castShadow

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    3fddedb View commit details
    Browse the repository at this point in the history
  9. fix other params

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    cbc474b View commit details
    Browse the repository at this point in the history
  10. rm light.ts

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    1db2655 View commit details
    Browse the repository at this point in the history
  11. fix typos

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    978400f View commit details
    Browse the repository at this point in the history
  12. fix light_color

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    387845c View commit details
    Browse the repository at this point in the history
  13. type name

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0f1f15a View commit details
    Browse the repository at this point in the history
  14. fix final

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    d1c088f View commit details
    Browse the repository at this point in the history
  15. rm unused

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    ff96b4b View commit details
    Browse the repository at this point in the history
  16. fix position

    rinftech-github committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    7c5f761 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2020

  1. Updates to light default param values. Shadowmap fixes

    rinftech-github committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    fcf0be2 View commit details
    Browse the repository at this point in the history
  2. Update lighting_demo notebook. Remove shadow_map_type

    rinftech-github committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    06e1ac6 View commit details
    Browse the repository at this point in the history
  3. Remove emissive_color completely from mesh. Tweak mesh documentation …

    …texts and ui.
    rinftech-github committed Aug 8, 2020
    Configuration menu
    Copy the full SHA
    3c696ed View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Remove completely emissive_color from scatter. Other Directional ligh…

    …t ui tweaks
    rinftech-github committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    00130c4 View commit details
    Browse the repository at this point in the history
  2. Update light unit tests

    rinftech-github committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    1e5a79e View commit details
    Browse the repository at this point in the history
  3. Fix hemisphere light color set

    rinftech-github committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    69592f1 View commit details
    Browse the repository at this point in the history
  4. Remove scatter fragment flatshading color overwrite. Enable flatshadi…

    …ng as default for scatter plots
    rinftech-github committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    6ef4798 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Extra scatter flatshading set

    rinftech-github committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    e036afb View commit details
    Browse the repository at this point in the history
  2. Add documentation to widget functions

    rinftech-github committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a580c9b View commit details
    Browse the repository at this point in the history
  3. Remove wrap_lights

    rinftech-github committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    48db5a2 View commit details
    Browse the repository at this point in the history