Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I just buy these plugin and its amazing . But im kinda new to 3d . do you have a suggestion on topics . i cant  rotate the 3d model with respect to the player  so i assume it should be coded on javascript .. is it behave like on 3d unity ? or shoud i focus on javascript 3d ?

Generally you’ll need to use things like angle(player.x, player.y, object.x, object.y) to get angle between player and object and apply it to the 3DObjext rotate ACE. It’s not really like Unity, you need to use C3 events and ACEs.