Code

Patch from Jean-René Reinhard: support for feDiffuseLighting and
authorkiirala <kiirala@users.sourceforge.net>
Fri, 20 Jul 2007 19:50:41 +0000 (19:50 +0000)
committerkiirala <kiirala@users.sourceforge.net>
Fri, 20 Jul 2007 19:50:41 +0000 (19:50 +0000)
commitaf0732a2bf24fbea12a085b855224577e7101851
tree682ebb0363d255c5627d193f2d4b1bf85c88c22b
parentc2f83fd465b2a48b9d71bc19d0e1ab4545189e10
Patch from Jean-RenĂ© Reinhard: support for feDiffuseLighting and
feSpecularLighting filter primitives
25 files changed:
src/Makefile_insert
src/attributes.cpp
src/attributes.h
src/display/Makefile_insert
src/display/nr-3dutils.cpp [new file with mode: 0644]
src/display/nr-3dutils.h [new file with mode: 0644]
src/display/nr-filter-diffuselighting.cpp [new file with mode: 0644]
src/display/nr-filter-diffuselighting.h [new file with mode: 0644]
src/display/nr-filter-specularlighting.cpp [new file with mode: 0644]
src/display/nr-filter-specularlighting.h [new file with mode: 0644]
src/display/nr-filter.cpp
src/display/nr-light-types.h [new file with mode: 0644]
src/display/nr-light.cpp [new file with mode: 0644]
src/display/nr-light.h [new file with mode: 0644]
src/sp-fediffuselighting.cpp
src/sp-fediffuselighting.h
src/sp-fedistantlight.cpp [new file with mode: 0644]
src/sp-fedistantlight.h [new file with mode: 0644]
src/sp-fepointlight.cpp [new file with mode: 0644]
src/sp-fepointlight.h [new file with mode: 0644]
src/sp-fespecularlighting.cpp
src/sp-fespecularlighting.h
src/sp-fespotlight.cpp [new file with mode: 0644]
src/sp-fespotlight.h [new file with mode: 0644]
src/sp-object-repr.cpp