chunky icon indicating copy to clipboard operation
chunky copied to clipboard

Photorealistic image renderer for Minecraft 1.2.1+

Results 8 chunky issues
Sort by recently updated
recently updated
newest added

Full blocks were being optimized into `MinecraftBlock` which adds the `minecraft:` namespace to the passed name. This PR creates a new `JsonBlock` class which handles the name correctly.

labPBR provides a standardised PBR format which is primarily used to end fragmentation for shader and resource packs. At the time of writing there 13 Shaders and 4 Packs which...

enhancement

I can get Chunky running on MacOS, but a simple font bug causes everything to be illegible. An awful lot seems to be working right. But since I can't read...

I found that some json textures and models do not load properly with the texture pack linked bellow. The corresponding blocks are then replaced with invisible ones in the scene....

``` Render worker 6 crashed with uncaught exception. java.lang.NullPointerException at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModelFace.getColor(ResourcepackBlockProvider.java:613) at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModelElement.intersect(ResourcepackBlockProvider.java:731) at se.llbit.chunky.block.ResourcepackBlockProvider$JsonModel.intersect(ResourcepackBlockProvider.java:805) at se.llbit.math.Octree.enterBlock(Octree.java:488) at se.llbit.chunky.renderer.scene.Scene.worldIntersection(Scene.java:638) at se.llbit.chunky.renderer.scene.Scene.intersect(Scene.java:614) at se.llbit.chunky.renderer.scene.PreviewRayTracer.nextIntersection(PreviewRayTracer.java:98) at se.llbit.chunky.renderer.scene.PreviewRayTracer.trace(PreviewRayTracer.java:44) at se.llbit.chunky.renderer.scene.Scene.rayTrace(Scene.java:594) at se.llbit.chunky.renderer.RenderWorker.work(RenderWorker.java:185) at...

json-block-models

[Resource Pack 123MB >~ 26GB of RAM](https://mega.nz/file/6IJRQa5B#MksmOaT0kdP5PKdRqMvBKDrcpz5t5y2ojP_zVOo_i00) ![image](https://user-images.githubusercontent.com/3740917/89815283-6fe4ae80-db3c-11ea-8e1e-81f8a250e42b.png) ``` Settings loaded from D:\Programs\Chunky_293\chunky.json Could not find image: textures/soul_fire.png Could not find image: textures/soul_fire.png Loading 716 textures from C:\Users\jackj\AppData\Roaming\.minecraft\versions\1.14.4\1.14.4.jar Found Minecraft...

json-block-models

[CubicChunks](https://github.com/OpenCubicChunks/CubicChunks) is a mod that allows for almost unlimited world height and depth. Some very unique scenarios can be achieved through this, such as what [terra121](https://github.com/orangeadam3/terra121) mod is showcasing: a...

enhancement