Jump to content

Box2d custom shapes render


Kresent
 Share

Recommended Posts

Good day.

I have a question about custom shapes rendering. I need to make dynamic shape with multiple edges and render it on display.

Is there a way to make a shape with "new Phaser.Physics.Box2D.Body(this.game, null, game.world.centerX, 500);" i.e. shape without underlying sprite and then fill it somehow? Currently I either get invisible shape or debug and get all objects outlined.

All examples I see use game.debug.box2dWorld(); But I want only one shape to have outline.

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...