Permalink
Browse files
Blender, enable level screen backface culling
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
plugins/blender/arx_addon/main.py
|
@@ -105,6 +105,7 @@ def execute(self, context): |
|
|
|
if s.type == 'VIEW_3D': |
|
|
|
s.clip_end = 100000 |
|
|
|
s.show_relationship_lines = False |
|
|
|
s.show_backface_culling = True |
|
|
|
|
|
|
|
return {'FINISHED'} |
|
|
|
|
|
|
0 comments on commit
16c9cde