BitmapBuffer
Essential parameters
| 이름 | 타입 | 기본값 | 권장값 | 노출 여부 | 값 범위 |
|---|---|---|---|---|---|
| file | string | X | n/a | ||
| color_space | integer | 1 | 0 | X | 0 - linear, 1 - gamma corrected, 2 - sRGB |
Trivial parameters
아래 파라미터는 vrscene에 기록할 필요도 없고 사용자에게 노출할 필요도 없습니다.
- filter_type: integer = 1, -1 - nearest; 0 - no filtering; 1 - mip-map filtering; 2 - summed area table filtering; 3 - elliptical filtering
- filter_blur: float = 1
- gamma: float = 1
- maya_compatible: bool = false
- allow_negative_colors: bool = false, if false negative colors will be clamped
- interpolation: integer = 0, Interpolation method for the mip-map filtering (0 - bilinear, 1 - bicubic, 2 - biquadratic)
- frame_number: integer = -2147483648, When working with image sequences, this parameter specifies which image out of the sequence should be used. If parameter is omitted or defaulted, the frame number depends on the current frame time value.
- frame_offset: integer = 0, Start frame offset for image sequences
- load_file: bool = true, if set to false, the file would not be loaded
- frame_sequence: bool = false
- use_data_window: bool = true, true to use the data window information in e.g. OpenEXR files; otherwise false
- psd_group_name: integer, unlimited list
- psd_alpha_name: integer, unlimited list
- ifl_start_frame: integer = 0
- ifl_playback_rate: float = 1
- ifl_end_condition: integer = 0, Image file list (IFL) end condition: 0 - Loop; 1 - Ping Pong; 2 - Hold;