Lime-blur / rwparser

Android library for parsing and converting RenderWare dff and txd models of Grand Theft Auto.
Apache License 2.0
6 stars 0 forks source link

Is it possible to render models and textures directly #4

Open axb996 opened 3 hours ago

axb996 commented 3 hours ago

There may be some anomalies in the conversion, such as some models cannot be converted, the structure of the converted model is abnormal, etc. I wonder whether it is possible to directly preview the real-time rendering model and map? Can support functions like zmod, but without editing capabilities.

Lime-blur commented 3 hours ago

Hello! Can you please tell, what you mean by “model map”?

axb996 commented 3 hours ago

Hello! Can you please tell, what you mean by “model map”?

Thank you for your reply, which means that it can render models and textures in real time, similar to zmod.

Lime-blur commented 3 hours ago

This depends on the dff_converter library API. I'll try to find out if this is possible. If this is possible on the library’s part, then it will be possible to do integration.