chunky icon indicating copy to clipboard operation
chunky copied to clipboard

Render entities

Open llbit opened this issue 12 years ago • 7 comments

It would be great if entities could be rendered.

Entity support would enable rendering these things:

  • [ ] Mobs
    • [ ] Copper golem
    • [ ] placeholder for all other not yet supported mobs
  • [ ] Animals
    • [x] Sheep
    • [x] Cow
    • [x] Pig
    • [x] Chicken
    • [x] Mooshroom
    • [x] Squid
    • [ ] placeholder for all other not yet supported animals
  • [x] Paintings
  • [x] Signs with proper text
  • [x] The book hovering over enchanting tables
  • [x] The book on lecterns
  • [ ] Ender crystals
  • [ ] Particles
  • [x] Beacon beam effect
  • [x] Head blocks

Static objects are a priority due to higher benefit/effort ratio. Mobs would need a posing interface. Initially poses could be coded in scene settings, and some presets can be a simple in-between measure.

llbit avatar Feb 07 '13 12:02 llbit

I'd suggest a way to move/pose mobs in the Preview Window to make it easier to stage a render. We could make this a separate feature, though. There's ways to do it ingame already.

abonander avatar Feb 07 '14 07:02 abonander

Current progress:

  • ✔Paintings
  • ✔Text on signs
  • ✔Mob heads

llbit avatar Sep 22 '15 00:09 llbit

yay entities!

could we get a way to disable loading entities in the config file for us headless people?

jason-green-io avatar Feb 24 '16 17:02 jason-green-io

@jason-green-io I have added the renderActors scene variable now in the scene.json file, which currently does not have a corresponding UI element.

llbit avatar Apr 02 '16 14:04 llbit

Great news, thanks Jesper!

On Sat, Apr 2, 2016 at 3:39 PM Jesper Öqvist [email protected] wrote:

@jason-green-io https://github.com/jason-green-io I have add the renderActors scene variable now in the scene.json file, which currently does not have a corresponding UI element.

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/llbit/chunky/issues/41#issuecomment-204727262

jason-green-io avatar Apr 02 '16 15:04 jason-green-io

I'm guessing this thread is the explanation as to why my armor stands, item frames, etc. never render?

SpartanOverdrive avatar Jun 28 '17 08:06 SpartanOverdrive

Some animals are now rendered in the latest 2.5.0 snapshots. 🎉

leMaik avatar Aug 03 '25 13:08 leMaik