Blender
V3.3
source
blender
blenkernel
BKE_world.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2001-2002 NaN Holding BV. All rights reserved. */
3
#pragma once
4
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
struct
Depsgraph
;
14
struct
Main
;
15
struct
World
;
16
17
struct
World
*
BKE_world_add
(
struct
Main
*bmain,
const
char
*name);
18
void
BKE_world_eval
(
struct
Depsgraph
*
depsgraph
,
struct
World
*
world
);
19
20
#ifdef __cplusplus
21
}
22
#endif
BKE_world_add
struct World * BKE_world_add(struct Main *bmain, const char *name)
Definition:
world.c:212
BKE_world_eval
void BKE_world_eval(struct Depsgraph *depsgraph, struct World *world)
Definition:
world.c:221
Depsgraph
struct Depsgraph Depsgraph
Definition:
DEG_depsgraph.h:35
world
World world
Definition:
deg_eval_copy_on_write.cc:108
depsgraph
const Depsgraph * depsgraph
Definition:
deg_eval_copy_on_write.cc:499
Main
Definition:
BKE_main.h:121
World
Definition:
DNA_world_types.h:29
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1