Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_texture.h
| Show All 16 Lines | |||||
| #ifndef __BLENDER_TEXTURE_H__ | #ifndef __BLENDER_TEXTURE_H__ | ||||
| #define __BLENDER_TEXTURE_H__ | #define __BLENDER_TEXTURE_H__ | ||||
| #include <stdlib.h> | #include <stdlib.h> | ||||
| #include "blender/blender_sync.h" | #include "blender/blender_sync.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| void point_density_texture_space(BL::Scene& b_scene, BL::SceneLayer& b_scene_layer, | void point_density_texture_space(BL::Scene& b_scene, BL::ViewLayer& b_view_layer, | ||||
| BL::ShaderNodeTexPointDensity& b_point_density_node, | BL::ShaderNodeTexPointDensity& b_point_density_node, | ||||
| const int settings, | const int settings, | ||||
| float3& loc, | float3& loc, | ||||
| float3& size); | float3& size); | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif /* __BLENDER_TEXTURE_H__ */ | #endif /* __BLENDER_TEXTURE_H__ */ | ||||