This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/io/collada/InstanceWriter.h

19 lines
364 B
C++
Raw Normal View History

/* 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);
};