Open Makman2 opened 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
.
Also interesting in the API are DestinyCharacterRenderComponent
and DestinyItemRenderComponent
.
... and convert them to Blender-compatible ones, for the Cycles render engine.