BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

Corona Mtl - Support #490

Open gopikrishnachaganti opened 5 years ago

gopikrishnachaganti commented 5 years ago

Hi, when 3dsmax has the Corona renderer, the max scene will have Corona Materials generated. these assets are not properly going thru Babylon GLTF exporter as the exporter is ignoring the Corona materials along with textures while exporting gltf.

i knew Arnold, VRay & Mental ray support is there with Babylon exporters. Can you please help on Corona renderer while exporting gltf?

deltakosh commented 5 years ago

Hey! Do you want to contribute? If you have C# skill it could be easy to do. We are already handling a lot of requests so even though this one is interesting it could take a while before being able to add it

Drigax commented 5 years ago

I agree, this looks relatively straightforward, but I have few other feature requests to prioritize before I can get to this. I'll toss this on my personal backlog, but if you think you have an implementation, I'd be more than happy to help get it into the source quickly. 😊

gopikrishnachaganti commented 5 years ago

@Drigax @deltakosh i am also in similar boat with my backlog, will inform you if i can prioritize this up.

Remi-Tribia commented 3 years ago

Hi, it would greatly improve our workflow if this was implemented.

I may be able to help if someone points me in the right direction (what files/classes should I dive into for a starting point).

pandaGaume commented 3 years ago

Hello @Remi-Tribia, I know this is an old issue but if you still would like to know more about the direction to go for implement this, let me know. G.

Remi-Tribia commented 3 years ago

Hello @Remi-Tribia, I know this is an old issue but if you still would like to know more about the direction to go for implement this, let me know. G.

Sure I'm still interested!

pandaGaume commented 3 years ago

@Remi-Tribia this is great. Have you already setting up your dev environement ?

Remi-Tribia commented 3 years ago

@pandaGaume Not yet, I have VS Community 2019 & Rider installed though.

pandaGaume commented 3 years ago

Great, VS community is everything you need to use with Git. Get the repo and try it with max. Once you will be able to compile, i wil give you direction about where the Material code is located, and how you may add the corona one.

Priya12592 commented 3 years ago

Hi @pandaGaume I'm looking to export GTLF from my 3DS with Corona renderer and it throws an error. It would be great if you can help me with this please. Error

Remi-Tribia commented 3 years ago

@Priya12592 CoronaMtl aren't supported yet...

I haven't found the time to look at it yet, and seeing the work I have at the moment I won't be able for a while.

pandaGaume commented 3 years ago

@Priya12592 as Remi sayed, the Corona Material is still unsupported. G.

Priya12592 commented 3 years ago

Thanks @pandaGaume @Remi-Tribia. Appreciate your response.

Cheers!