ForCAX/entry/src/main/cpp/NativeEGLOCCT/Axis/WorldAxis.h
JackLee 406cd03b02 增加两个模型
修改世界坐标系
测试鼠标旋转相机
2026-03-07 18:46:12 +08:00

16 lines
412 B
C++

//
// Created on 2026/3/6.
//
// Node APIs are not fully supported. To solve the compilation error of the interface cannot be found,
// please include "napi/native_api.h".
#ifndef OPENCAX_WORLDAXIS_H
#define OPENCAX_WORLDAXIS_H
#include "../RenderStruct.h"
#include <Prs3d_DatumParts.hxx>
namespace NativeOpenCAX {
bool InitWorldAxis(RenderOption& opt);
void ChangeWorldAxis();
}
#endif //OPENCAX_WORLDAXIS_H