Import 3D objects #2

Open
opened 2020-05-18 20:36:53 +00:00 by NGnius · 1 comment
NGnius commented 2020-05-18 20:36:53 +00:00 (Migrated from git.exmods.org)

Allow the user to import 3D models as blocks. Ideally, this shouldn't use any extra libraries to keep Pixi installation simple.

This could be implemented as a separate command, like Pixi3D <3D model file>.

To think about: how will the command handle slopes and decide which GC block to use?

Allow the user to import 3D models as blocks. Ideally, this shouldn't use any extra libraries to keep Pixi installation simple. This could be implemented as a separate command, like `Pixi3D <3D model file>`. To think about: how will the command handle slopes and decide which GC block to use?
NGnius commented 2020-10-31 19:20:44 +00:00 (Migrated from git.exmods.org)

The info above this is out of date (since the Pixi refactor in version 1.0).

It would be preferable to use the existing Pixi command instead, and detect that the file specified is a 3D model file using the file extension or other MIME info.

Algorithm stuff is still the same

The info above this is out of date (since the Pixi refactor in version 1.0). It would be preferable to use the existing `Pixi` command instead, and detect that the file specified is a 3D model file using the file extension or other MIME info. Algorithm stuff is still the same
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ExMods/Pixi#2
No description provided.