Alvaro del Castillo

Results 97 comments of Alvaro del Castillo

Ok, let's focus in https://excamera.com/sphinx/article-ray.html to test the ray tracer and maybe, create our own version. Forked at: https://github.com/acs/raytrace Let's start with the slower and simpler version: https://gist.github.com/rossant/6046463 Which in...

In order to understand ray tracing and to implement it, it is key to understand the different types of lights that exist: https://www.iu.edu.jo/files/FacultyIT/slides_it/ComputerGraphics/lecture%207.pdf * Emitted * Ambient * Diffuse *...

A pretty cool introduction, with a good balance between introducing basic concepts and explaining the whole thing: https://www.scratchapixel.com/lessons/3d-basic-rendering/introduction-to-ray-tracing/adding-reflection-and-refraction (at least for my current vision of ray tracing). And https://www.scratchapixel.com/lessons/3d-basic-rendering/minimal-ray-tracer-rendering-simple-shapes/ray-sphere-intersection describe...

https://www.androidauthority.com/opengl-vs-vulkan-performance-706408/ Vulcan is in quality compare with OpenGL 3.1 but it is much faster. Use all the CPU cores. And probably currently is supported to start using it in games...

https://www.androidauthority.com/opengl-vs-vulkan-performance-706408/ Vulcan is in quality compare with OpenGL 3.1 but it is much faster. Use all the CPU cores. And probably currently is supported to start using it in games...

Vulcan in Android: * https://source.android.com/devices/graphics/arch-vulkan * https://developer.android.com/ndk/guides/graphics/design-notes «Most devices support Vulkan 1.1 via hardware acceleration while a small subset support it via software emulation.»

Visual Ray Tracing algorithm: https://developer.download.nvidia.com/video/GDC-19/RAYTRACINGGEMS_Haines.pdf ![Screenshot from 2020-08-02 10-24-29](https://user-images.githubusercontent.com/209533/89118949-7030da00-d4aa-11ea-9e52-21a3cc3d8cef.png)

In the spectator mode there are already shaders: https://minecraft.gamepedia.com/Shaders A nice interesting feature. And also, you can change the view of the main player to panoramic (a kind of fish...

https://github.com/RichysHub/MagicaVoxel-VOX-importer/ Useful to compare results.

Reference: https://twitter.com/voxelers/status/1272948259691077632