Libgdx ModelBuilder.createRect only visible from one side

后端 未结 2 755
南笙
南笙 2021-01-07 12:48

In my first libgdx 3D game i now switched from createBox to createRect, to create only the visible faces (if a wall is on the left side of another

2条回答
  •  渐次进展
    2021-01-07 13:37

    For your purpose I'd recommend you to use Decal class. Decals are bitmap sprites that exist in a 3D scene. This article is about using of decals in LibGDX. I hope it is what you wanted.

提交回复
热议问题