Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/usd/import/usd_reader_camera.h')
-rw-r--r--source/blender/io/usd/import/usd_reader_camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/io/usd/import/usd_reader_camera.h b/source/blender/io/usd/import/usd_reader_camera.h
index 194fd5909d3..26614f86d28 100644
--- a/source/blender/io/usd/import/usd_reader_camera.h
+++ b/source/blender/io/usd/import/usd_reader_camera.h
@@ -36,6 +36,8 @@ class USDCameraReader : public USDXformableReader {
bool valid() const override;
void create_object(Main *bmain, double time) override;
+
+ void read_matrix(float r_mat[4][4], const double time, const float scale) const override;
};
} // namespace blender::io::usd