I am currently in the process of designing the interface for a game engine that is written in JavaScript and ReactJS.
If a game object has a texture, the source of t
What needs to own the texture, and what should its parent be?
Could you define a GameObject that owns and is the parent of the Texture? eg:
And GameObject then renders the texture (In GameObject's render() )?
return <....>