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

Tidy, update, and document Crystal Toolkit scene generation code #703

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Dec 28, 2023

  1. Update parcel

    mkhorton committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    05b9ba1 View commit details
    Browse the repository at this point in the history
  2. Ignore .parcel-cache

    mkhorton committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    745127e View commit details
    Browse the repository at this point in the history
  3. Update three.js, including...

    Removal of `ColladaExporter` (deprecated in favor of GLTF/GLB, which are the latest industry standards). All geometries are now `BufferGeometry` by default, so constructors have been renamed.
    mkhorton committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    271d1ee View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    9af02d4 View commit details
    Browse the repository at this point in the history
  2. bool -> boolean

    mkhorton committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b1f60cf View commit details
    Browse the repository at this point in the history