Hi folks!
Today, I was trying to figure out how to write my own component class based on drawable class.
My trying it’s fully based on BillboardSet component.
i’m write some minimal code and trying to debug it. for this i’m set some breakpoints for few methods of my component.
it’s creates successfull as node’s component
[pastebin]X2r4RRzb[/pastebin]
but it’s do not execute any of drawable methods after creation (and setup some set’s methods)
the drawable methods such as - Update, UpdateBatches, UpdateGeometry, they do not called at all, why ?
code
h
[pastebin]btW59e7h[/pastebin]
cpp
[pastebin]nVsiH8cC[/pastebin]