mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Added logo in ToonInterior
This commit is contained in:
parent
168ae65d1e
commit
9cf6ba6194
1 changed files with 0 additions and 5 deletions
|
@ -122,11 +122,6 @@ class DistributedToonInterior(DistributedObject.DistributedObject):
|
|||
signOrigin = self.interior.find('**/sign_origin;+s')
|
||||
newSignNP = sign.copyTo(signOrigin)
|
||||
newSignNP.setDepthWrite(1, 1)
|
||||
#TODO: getSignTransform
|
||||
#mat = self.dnaStore.getSignTransformFromBlockNumber(int(self.block))
|
||||
inv = Mat4(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
||||
#inv.invertFrom(mat)
|
||||
newSignNP.setMat(inv)
|
||||
newSignNP.flattenLight()
|
||||
ll = Point3()
|
||||
ur = Point3()
|
||||
|
|
Loading…
Reference in a new issue