Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/bake.h
| Show First 20 Lines • Show All 64 Lines • ▼ Show 20 Lines | public: | ||||
| void device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress); | void device_update(Device *device, DeviceScene *dscene, Scene *scene, Progress& progress); | ||||
| void device_free(Device *device, DeviceScene *dscene); | void device_free(Device *device, DeviceScene *dscene); | ||||
| static bool is_light_pass(ShaderEvalType type); | static bool is_light_pass(ShaderEvalType type); | ||||
| static bool is_aa_pass(ShaderEvalType type); | static bool is_aa_pass(ShaderEvalType type); | ||||
| bool need_update; | bool need_update; | ||||
| int num_samples; | |||||
| int num_parts; | |||||
| private: | private: | ||||
| BakeData *m_bake_data; | BakeData *m_bake_data; | ||||
| bool m_is_baking; | bool m_is_baking; | ||||
| }; | }; | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif /* __BAKE_H__ */ | #endif /* __BAKE_H__ */ | ||||