Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  shadows with textures  (Read 414 times)
0 Members and 2 Guests are viewing this topic.
Offline C0dR

JGO n00b
*

Posts: 11



« on: 2011-04-17 13:46:10 »

Hi,
its me again!
I tried to setup a simple shadow. I used the code from this tutorial: http://fabiensanglard.net/shadowmapping/index.php
Well, its working good (not the best shadow creation but its ok for me) but I am not able to use textures.
I tried it with multitexturing, since the shadow map is a TEXTURE_2D but it doesnt work.
All I got is this:



(yes, there also should be a skybox)

Does anyone know how to solve this?
Or, also a better/other shadow tutorial would also be useful, especially if i can use textures with it Tongue


greets
Offline lhkbob

JGO Neuromancer
****

Posts: 1174
Medals: 35



« Reply #1 on: 2011-04-17 18:15:40 »

My bet is that you're not using multitexturing with shaders correctly but it's hard to tell.  Besides binding the two textures to different units, you need to set the uniform's in the shader to the correct units.  So if you bind your color texture to unit 0, you call glUniformi("colorTexNam", 0) to tell the shader to grab color information from the texture at 0.  You don't tell the shader the id of the texture, which can be a little confusing.

This is a guess because I don't know everything you're doing (once again, try to create a standalone Java app to experiment).

Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.105 seconds with 20 queries.