Files
test2/source/blender/io/collada/InstanceWriter.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
415 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2023 Blender Authors
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup collada
2011-02-21 08:38:53 +00:00
*/
#pragma once
#include "COLLADASWBindMaterial.h"
#include "DNA_object_types.h"
class InstanceWriter {
protected:
void add_material_bindings(COLLADASW::BindMaterial &bind_material,
Object *ob,
bool active_uv_only);
};