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

Prepare custom FBX scenes for complex examples #6

Open
5 tasks
heavyrain266 opened this issue Jul 11, 2022 · 1 comment
Open
5 tasks

Prepare custom FBX scenes for complex examples #6

heavyrain266 opened this issue Jul 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request priority low This is not an immediate concern, will not work on it immediately, will happily accept PRs fix

Comments

@heavyrain266
Copy link
Collaborator

heavyrain266 commented Jul 11, 2022

This is tracking issue for myself or anyone with access to closed source software which uses FBX SDK for exporting, such as:

  • Cinema4D S26
  • Rhinoceros 7
  • Autodesk Maya 2022
  • Autodesk 3ds Max 2022

(Blender uses reverse engieered exporter which may cause issues)

I don't really want to vendor different scenes from the internet which may cause issues with licensing which are usually unclear or scenes on various websites are vendored from different ones without any licensing info.

NOTE: Each scene must be <100mb and exported as FBX 7.4 (bin, not ASCII).

Example scenes:

  • Isometric room
  • Old vehicle (like multicar/fiat 125p)
  • Simple biome (textured/low poly)
  • Simple viking village (low poly, entities)
  • Post-apo village/city (like Jackson or part of Boston/Seattle but low poly/voxel)
@heavyrain266 heavyrain266 self-assigned this Jul 27, 2022
@heavyrain266 heavyrain266 added priority low This is not an immediate concern, will not work on it immediately, will happily accept PRs fix enhancement New feature or request labels Jul 27, 2022
@nicopap
Copy link
Owner

nicopap commented Aug 7, 2022

Here is a set of things that I'd like to test with example scenes:

  • Variety of UnitScaleFactor and coordinate systems
  • Deeply nested scene trees that stress-tests the validity of the calculation of transform
  • Scene with N-gons to test the triangulation algorithm
  • PBR material matrix is the style of this video link
  • Classical Lambert/Phong shader material matrix as well
  • Odd objects like light sources and cameras
  • Animations here is a potential good test scene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority low This is not an immediate concern, will not work on it immediately, will happily accept PRs fix
Projects
None yet
Development

No branches or pull requests

2 participants