Loading lib_rend/ivas_reflections.c +2 −5 Original line number Diff line number Diff line Loading @@ -81,13 +81,10 @@ ivas_error er_init( reflections->user_origin[2] = ER_LIST_HEIGHT; /* Store scene origin if present */ if ( reflections->shoebox_lib.cal.list_orig != NULL ) { for ( i = 0; i < 3; i++ ) { reflections->user_origin[i] = reflections->shoebox_lib.cal.list_orig[i]; } } /* Init Shoebox */ shoebox_init( &reflections->shoebox_lib, &reflections->shoebox_lib.cal ); Loading Loading
lib_rend/ivas_reflections.c +2 −5 Original line number Diff line number Diff line Loading @@ -81,13 +81,10 @@ ivas_error er_init( reflections->user_origin[2] = ER_LIST_HEIGHT; /* Store scene origin if present */ if ( reflections->shoebox_lib.cal.list_orig != NULL ) { for ( i = 0; i < 3; i++ ) { reflections->user_origin[i] = reflections->shoebox_lib.cal.list_orig[i]; } } /* Init Shoebox */ shoebox_init( &reflections->shoebox_lib, &reflections->shoebox_lib.cal ); Loading