namespace change and add camera extraction from GLTF

This commit is contained in:
Nick Fisher
2022-01-20 19:55:41 +08:00
parent 77a68a11de
commit dc3f9e9be8
11 changed files with 90 additions and 28 deletions

View File

@@ -30,7 +30,7 @@
@implementation FilamentNativeView {
FilamentView* _view;
FilamentViewController* _controller;
holovox::FilamentViewer* _viewer;
polyvox::FilamentViewer* _viewer;
FilamentMethodCallHandler* _handler;
void* _layer;
}