Mortamass
Mortamass

Reputation: 21

Importing PDB (Protein Data Bank) files directly into Unreal Engine 4

I am building a project that will use Unreal Engine 4 to display protein models. Currently I cannot find a way to directly import PDB (Protein Data Bank) files directly into Unreal. Ideally I would like to have the PDB files converted into FBX files and stored inside the project. Any suggestions would be greatly appreciated, thank you!

Upvotes: 0

Views: 687

Answers (1)

Saurabh Gayali
Saurabh Gayali

Reputation: 19

Pymol can export VRML files in wrl format for all kinds of visualization (even cartoons, not just atomic view). https://i.sstatic.net/TbWXX.jpg

Unreal supports wrl import.

https://www.youtube.com/watch?v=sSEEkhiqABc

Upvotes: 0

Related Questions