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

Add new Headless Dockerfile & configure GH action to build & push #1908

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Mar 4, 2023

  1. Set GLTF as the default output format in Texturing

    Note that GLTF generates an additional .bin file.
    For this, I had to include .* in the output file pattern.
    An alternative was to add an additional output parameter to be
    enabled only when GLTF is selected (like the MTL file).
    Also note that with this .* pattern, the MTL output is redundant.
    hammady committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6a5b8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fb77b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2eaedd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    315e143 View commit details
    Browse the repository at this point in the history