Remove old Preetham and Hosek-Wilkie sky models, which are less accurate. The Nishita improved model has been available for long enough. Pull Request: https://projects.blender.org/blender/blender/pulls/139923
24 lines
299 B
CMake
24 lines
299 B
CMake
# SPDX-FileCopyrightText: 2002-2022 Blender Authors
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
set(INC
|
|
include
|
|
)
|
|
|
|
set(INC_SYS
|
|
|
|
)
|
|
|
|
set(SRC
|
|
source/sky_nishita.cpp
|
|
|
|
include/sky_model.h
|
|
source/sky_float3.h
|
|
)
|
|
|
|
set(LIB
|
|
)
|
|
|
|
blender_add_lib(bf_intern_sky "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")
|