Page Menu
Home
Search
Configure Global Search
Log In
Files
F22340
export_x3d_background_fix.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Michalis Kamburelis (kambi)
Nov 13 2013, 4:43 PM
Size
1 KB
Subscribers
None
export_x3d_background_fix.patch
View Options
--- export_x3d_2.py 2012-11-12 05:47:27.000000000 +0100
+++ export_x3d_distributed.py 2012-11-10 19:42:53.000000000 +0100
@@ -1333,9 +1333,9 @@
# Blend Gradient
elif blending == (True, False, False):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (grd_triple + mix_triple))
- fw(ident_step + 'groundAngle="1.57"\n')
+ fw(ident_step + 'groundAngle="1.57, 1.57"\n')
fw(ident_step + 'skyColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + mix_triple))
- fw(ident_step + 'skyAngle="1.57"\n')
+ fw(ident_step + 'skyAngle="1.57, 1.57"\n')
# Blend+Real Gradient Inverse
elif blending == (True, False, True):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
@@ -1349,9 +1349,9 @@
# Blend+Real+Paper - komplex gradient
elif blending == (True, True, True):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
- fw(ident_step + 'groundAngle="1.57"\n')
+ fw(ident_step + 'groundAngle="1.57, 1.57"\n')
fw(ident_step + 'skyColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
- fw(ident_step + 'skyAngle="1.57"\n')
+ fw(ident_step + 'skyAngle="1.57, 1.57"\n')
# Any Other two colors
else:
fw(ident_step + 'groundColor="%.3f %.3f %.3f"\n' % grd_triple)
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
df/8e/4266c6e4a789d6a5f972e1cfffc7
Event Timeline
Log In to Comment