McManning / Coherence

Blender viewport renderer using the Unity Engine
MIT License
30 stars 0 forks source link

Add object parenting #11

Closed McManning closed 3 years ago

McManning commented 4 years ago
McManning commented 4 years ago

Might be an issue when objects are sent out of order. Maybe I'll call this low priority - until there's a benefit to parenting (like #13 )

McManning commented 3 years ago

A thought about the ordering issue - just have a queue setup where objects with missing parents will become parented once the parents feeds in from Blender.

An issue with that, though, are objects parented to things that won't be synced (e.g. empty objects or someone decides to parent to a camera)