ChunkyClPlugin icon indicating copy to clipboard operation
ChunkyClPlugin copied to clipboard

An OpenCL raytracer for Chunky.

Results 11 ChunkyClPlugin issues
Sort by recently updated
recently updated
newest added

[Latest development build](https://nightly.link/ThatRedox/ChunkyClPlugin/workflows/development/master/ChunkyClPlugin.zip) link not work

Chunky Version: `2.5.0-SNAPSHOT.163.g77b0efb4` ClPlugin Version: `0.2` On win10 version `21H2` On `AMD Ryzen 5 5600X 6-Core [email protected] GHz` On `NVIDIA GEFORCE 3060` Error occurs when changing from default render mode...

Chunky Version: `2.4.3` ClPlugin Version: `0.1` On win10 version `21H2` On `AMD Ryzen 5 5600X 6-Core [email protected] GHz` On `NVIDIA GEFORCE 3060` ``` Plugin ChunkyClPlugin.jar failed to load. org.jocl.CLException: CL_DEVICE_NOT_FOUND...

Unchecked exception in render manager. java.lang.NoSuchMethodError at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483) at java.base/java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:564)

Version of plugin - 0.2 (latest version of plugin) Version of chunky - 2.5.0-SNAPSHOT.128.g3c8e6417 (latest version of chunky) `Unchecked exception in render manager. java.lang.NoSuchMethodError at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at...

when selecting the ChunkyCIRenderer, water disappears and the ocean floor becomes visible ![image](https://user-images.githubusercontent.com/64263726/146658860-c90c27f6-6e41-45cb-b5cf-009f63ddd493.png)

I've been having trouble with rendering properly with stuff below y=0, like in the example below a ship and lake being below y=0: ![image](https://user-images.githubusercontent.com/48180910/156230926-4fc3dec2-a624-4751-9a13-c69d7f29cf69.png)

when selecting the ChunkyCIRenderer, minecraft:light blocks will show up with the texture not found texture. they then start to emit red light ![image](https://user-images.githubusercontent.com/64263726/146658903-b1edd663-aee0-4663-bbf6-59e4605565de.png) (all red blocks are light blocks)

Nightly build became unobtanium again

When changing to the ClRenderer this crash appears: Unchecked exception in render manager. java.lang.ClassCastException: se.llbit.math.NodeBasedOctree cannot be cast to se.llbit.math.PackedOctree at chunkycl.GpuRayTracer.load(GpuRayTracer.java:217) at chunkycl.OpenClRenderer.render(OpenClRenderer.java:37) at se.llbit.chunky.renderer.DefaultRenderManager.run(DefaultRenderManager.java:313)