Makman2 / bannerize

Make your own nice clan background for Destiny 2, showcasing your guardians!
0 stars 0 forks source link

Fetch characters' 3D data and materials #2

Open Makman2 opened 6 years ago

Makman2 commented 6 years ago

... and convert them to Blender-compatible ones, for the Cycles render engine.

Makman2 commented 6 years ago

The Bungie API features GetCharacter, accepting a DestinyComponentType. DestinyComponentType is an enumeration specifying what data shall be fetched from the queried character. Specifically interesting are CharacterRenderData and ItemRenderData.

Makman2 commented 6 years ago

Also interesting in the API are DestinyCharacterRenderComponent and DestinyItemRenderComponent.