- Joined
- Feb 10, 2009
- Messages
- 7,239
- Reaction score
- 5,720
- Trophies
- 3
- Location
- Sacramento, California
- Website
- lazerlight.x10.mx
- XP
- 9,505
- Country

So there's a trick to get the 3ds to use bumpmapping to imitate a 255-color paletted texture (not 256 because one entry is always 0 because of a 0-length normal calculation, but that can be used as a transparent entry), and it works, but I'm looking to further enhance it by forcing what I'd call "palette rotation" that would shift the colors to different entries when rendered, except without changing the color LUTs used or their order, nor the source bumpmapped texture. Instead, I would like to see if it can be done within a vertex shader, as I see I can adjust normals, the view, etc from within it on a per-vertex basis. Or, if it can be done in the geometry shader, that would be fine as well. Unfortunately, my tinkering has not given the kind of results I'm looking for, and because I'm not really fluent in lighting and especially bumpmapping, I don't know whether this thing I'm looking to do is even possible.
Help would be appreciated. If you know how bumpmapping works on the 3ds, and have some understanding of the citro3d library, I can give you the test project I'm working with.
Help would be appreciated. If you know how bumpmapping works on the 3ds, and have some understanding of the citro3d library, I can give you the test project I'm working with.





