Blender V4.3
InstanceWriter.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11#include "COLLADASWBindMaterial.h"
12
13#include "DNA_object_types.h"
14
16 protected:
17 void add_material_bindings(COLLADASW::BindMaterial &bind_material,
18 Object *ob,
19 bool active_uv_only);
20};
Object is a sort of wrapper for general info.
void add_material_bindings(COLLADASW::BindMaterial &bind_material, Object *ob, bool active_uv_only)