soc-2008-mxcurioni: now supports current scene drawing (instead of fixed scene object), still with fixed style and fixed camera. Initialization is properly handled, which limits memory problems and speed-ups subsequent rendering. The viewing ratio should be correct now too. I also removed linking references to former lib3ds library path (caused some linking problems).
This commit is contained in:
@@ -66,7 +66,7 @@ def validate_arguments(args, bc):
|
||||
'BF_FANCY', 'BF_QUIET',
|
||||
'BF_X264_CONFIG',
|
||||
'BF_XVIDCORE_CONFIG',
|
||||
'BF_WITH_BF_FREESTYLE', 'BF_FREESTYLE', 'BF_FREESTYLE_SRC', 'BF_SWIG', 'BF_SWIG_LIB', 'BF_LIB3DS', 'BF_LIB3DS_LIB', 'BF_LIB3DS_LIBPATH', 'BF_LIB3DS_INC'
|
||||
'BF_WITH_BF_FREESTYLE', 'BF_FREESTYLE', 'BF_FREESTYLE_SRC', 'BF_SWIG', 'BF_SWIG_LIB', 'BF_LIB3DS', 'BF_LIB3DS_LIB', 'BF_LIB3DS_INC'
|
||||
]
|
||||
|
||||
arg_list = ['BF_DEBUG', 'BF_QUIET', 'BF_CROSS', 'BF_UPDATE',
|
||||
@@ -245,8 +245,7 @@ def read_opts(cfg, args):
|
||||
('BF_SWIG_LIB', 'SWIG library', ''),
|
||||
('BF_LIB3DS', 'lib3ds base path', ''),
|
||||
('BF_LIB3DS_LIB', 'lib3ds library', ''),
|
||||
('BF_LIB3DS_LIBPATH', 'lib3ds library path', ''),
|
||||
('BF_LIB3DS_INC', 'lib3ds include path', ''),
|
||||
('BF_LIB3DS_INC', 'lib3ds include path', ''),
|
||||
|
||||
##
|
||||
##WITH_BF_NSPR = 'true'
|
||||
|
||||
Reference in New Issue
Block a user