Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for your feedback. I would have one more question. I would like to add an CubicModelRenderer but I dont understand what means the inner param within the Sup.CubicModel("...") constructor?


let newActor: Sup.Actor = new Sup.Actor("ANY NAME YOU WANT");

let cubicModel: Sup.CubicModel = new Sup.CubicModel("asd");

new Sup.CubicModelRenderer(newActor, cubicModel, Sup.CubicModelRenderer.MaterialType.Basic);

newActor.setPosition(0, 0, -3);


Best regards

Schreda