HLSL shader files to Panda3D format - how ?

Hello,

How do I convert HLSL shader files to Panda3D format ?

Any step by step tutorial or guide available ?

Please help.

Thanks,

Panda doesn’t have any shader format. It uses the standard Cg, which is essentially the same as HLSL. Of course, that doesn’t mean a shader coming from another engine or so will work OOTB in Panda, but the shaders section in the manual should give you all the information you may need.

panda3d.org/manual/index.php/Shaders

Thank you coppertop … I have looked into the shader section of the manual but wish that some advanced shader examples were shown.