Skip to content

OBJ thumbnails #71

Description

@pierotofy

This is a tricky problem to solve, since Nexus files require an OpenGL context to render a model and server-side rendering in places where X is not present do not have it.

One crazy but ingenious idea could be to generate thumbnails at the first successful render on the client side (via Javascript) and send the thumbnail to the server.

Other approaches would need a processing server that has an OpenGL context able to 1. Download the nexus model, 2. Render it and 3. Send it back to Registry. This seems the approach used by Sketchfab, but it doesn't suit very well for self-host scenarios.

Another approach could be to render the model directly instead of a thumbnail for all model objects. But I think this adds significant bandwidth to all clients viewing the file list.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions