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

Next step require #414

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

Next step require #414

wants to merge 7 commits into from

Commits on Apr 24, 2017

  1. Configuration menu
    Copy the full SHA
    e4d2b7d View commit details
    Browse the repository at this point in the history
  2. Combine basic NIN functions to single file

    This keeps the namespace and import tree clean,
    as single files with just one class definition like TextureInput and
    TextureOutput were a bit overkill.
    aleksanb committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    8e552ba View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. WIP

    aleksanb committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    6c33182 View commit details
    Browse the repository at this point in the history
  2. Require more THREE

    aleksanb committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    3bdcae8 View commit details
    Browse the repository at this point in the history
  3. Remove unused THREE lib files

    If they are needed, they can be re-added manually to each demo project's
    lib folder.
    This slims down bootstrap.js and makes my task of requiring up
    bootstrap.js easier.
    
    They're not used in the demo 're', so we don't have to maintain any
    potential backwards compatability.
    aleksanb committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    202b339 View commit details
    Browse the repository at this point in the history
  4. Path Convolutionshader

    aleksanb committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    693e34c View commit details
    Browse the repository at this point in the history
  5. MOnkeypatch three.js

    aleksanb committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    9c83dad View commit details
    Browse the repository at this point in the history