mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 13:15:00 -04:00
setWrapu renamed to setWrapU
This commit is contained in:
parent
001abb0edd
commit
06161a723f
@ -35,8 +35,8 @@ class ShadowCaster:
|
|||||||
self.buffer.setClearColor(clearColor)
|
self.buffer.setClearColor(clearColor)
|
||||||
self.tex = self.buffer.getTexture()
|
self.tex = self.buffer.getTexture()
|
||||||
self.tex.setBorderColor(clearColor)
|
self.tex.setBorderColor(clearColor)
|
||||||
self.tex.setWrapu(Texture.WMBorderColor)
|
self.tex.setWrapU(Texture.WMBorderColor)
|
||||||
self.tex.setWrapv(Texture.WMBorderColor)
|
self.tex.setWrapV(Texture.WMBorderColor)
|
||||||
|
|
||||||
# Set up a display region on this buffer, and create a camera.
|
# Set up a display region on this buffer, and create a camera.
|
||||||
dr = self.buffer.makeDisplayRegion()
|
dr = self.buffer.makeDisplayRegion()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user