Hello Guest

Basic example of shadow mapping with LWJGL3

  • 4 Replies
  • 6022 Views
Basic example of shadow mapping with LWJGL3
« on: May 09, 2016, 19:35:26 »
Hi everyone,

I'm looking for an a basic example of shadowmapping with VBO and LWJGL3.

Anything ?  ???

Thanks  ;D



Re: Basic example of shadow mapping with LWJGL3
« Reply #2 on: May 09, 2016, 19:58:50 »
https://github.com/LWJGL/lwjgl3-demos/tree/master/src/org/lwjgl/demo/opengl/shadow

thanks, but is not a really "basic example". By the way, can't find on repository "org.joml." packages  :-\  ???

Anything more?

Re: Basic example of shadow mapping with LWJGL3
« Reply #3 on: May 10, 2016, 07:48:23 »
Hi, I think the demo referred to by Kai is about as basic as it gets to do shadow mapping. JOML is here: https://github.com/JOML-CI/JOML

Re: Basic example of shadow mapping with LWJGL3
« Reply #4 on: May 10, 2016, 09:48:25 »
 :o thanks