Add TEX/TEXT file parser to export mtl map skin #12

Open
opened 2022-09-08 11:44:22 +02:00 by JackCarterSmith · 0 comments

After reflexion, map texture is singular to terrain and not really a part of the texture module (although we talk about texture...)

Instead, I'm adding parser directly with terrain module because of that.
Model and Texture module will not merge, because of more generic use of texture for HUD or model or menu pictures...
libpng is already present in terrain module (for picture-type heightmap output), and it's more convenient like this.

After reflexion, map texture is singular to terrain and not really a part of the texture module (although we talk about texture...) Instead, I'm adding parser directly with terrain module because of that. Model and Texture module will not merge, because of more generic use of texture for HUD or model or menu pictures... libpng is already present in terrain module (for picture-type heightmap output), and it's more convenient like this.
JackCarterSmith added the
enhancement
label 2022-09-08 11:44:22 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JCS-Prod/RSE-Terrain#12
No description provided.