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

Initial Stage3D Implementation #24

Open
wants to merge 42 commits into
base: dev
Choose a base branch
from
Open

Commits on Sep 10, 2024

  1. Initial Stage3D Stuff

    Fancy2209 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e798f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae53bb0 View commit details
    Browse the repository at this point in the history
  3. Commit Progress

    Fancy2209 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    675767c View commit details
    Browse the repository at this point in the history
  4. Consitency Fix

    Fancy2209 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b9e8186 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af7ae3a View commit details
    Browse the repository at this point in the history
  6. Fixed by eslint

    Fancy2209 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e5edc12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d8f5da View commit details
    Browse the repository at this point in the history
  8. Comit current work

    Fancy2209 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6b49026 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Update Stage.ts

    Fancy2209 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a50c368 View commit details
    Browse the repository at this point in the history
  2. Commit work

    Fancy2209 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    723bb11 View commit details
    Browse the repository at this point in the history
  3. Commit Work

    Fancy2209 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    073ca3c View commit details
    Browse the repository at this point in the history
  4. Commit work

    Fancy2209 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2bd0f96 View commit details
    Browse the repository at this point in the history
  5. Vectors suck

    Fancy2209 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d0882ea View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. it almost works?

    Fancy2209 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    10ba69b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Commit work

    Fancy2209 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7423401 View commit details
    Browse the repository at this point in the history
  2. Fix

    Fancy2209 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e9ac84d View commit details
    Browse the repository at this point in the history
  3. fix

    Fancy2209 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1d2a3eb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Temp Prog 3D Fix

    Fancy2209 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f7ba23b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Fix DataPerVertex in VertexBuffer & Fixed by eslint

    Allows HelloTriangleColored to boot
    Fancy2209 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    388d0a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26e0923 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb8705b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8d1d4c View commit details
    Browse the repository at this point in the history
  5. forgot to comm some changes

    Fancy2209 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9b47776 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

    Fancy2209 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2fbf9fc View commit details
    Browse the repository at this point in the history
  3. check event

    Fancy2209 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ac525b3 View commit details
    Browse the repository at this point in the history
  4. Listen dor events

    Fancy2209 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c9f561d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Minor Fix

    Fancy2209 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1b27c86 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Implement Binary URLLoader

    Fancy2209 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    36d2450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4438bda View commit details
    Browse the repository at this point in the history
  3. Implement Textures

    Fancy2209 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    413a535 View commit details
    Browse the repository at this point in the history
  4. Ignore Mips for now, ignore setVertexBufferAt if no Program is set, p…

    …revent null texture or vertexBuffer since AwayJS doesn't support that
    Fancy2209 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    67d90da View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix based on stage change

    Fancy2209 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    81bfd52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8da2b View commit details
    Browse the repository at this point in the history
  3. Fix null stuff

    Fancy2209 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e2d5d5a View commit details
    Browse the repository at this point in the history
  4. Additional null fix

    Fancy2209 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7612f9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27a99f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    f923db7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    869f233 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c048f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    8323f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d2c2f3 View commit details
    Browse the repository at this point in the history