Home
last modified time | relevance | path

Searched refs:GeometryJS (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DGeometryJS.cpp16 #include "GeometryJS.h"
25 void* GeometryJS::GetInstanceImpl(uint32_t id) in GetInstanceImpl()
27 if (id == GeometryJS::ID) { in GetInstanceImpl()
32 void GeometryJS::DisposeNative() in DisposeNative()
35 CORE_LOG_F("GeometryJS::DisposeNative"); in DisposeNative()
52 void GeometryJS::Init(napi_env env, napi_value exports) in Init()
58 node_props.push_back(GetProperty<Object, GeometryJS, &GeometryJS::GetMesh>("mesh")); in Init()
61 auto status = napi_define_class(env, "Geometry", NAPI_AUTO_LENGTH, BaseObject::ctor<GeometryJS>(), nullptr, in Init()
69 GeometryJS function in GeometryJS
[all...]
H A Dregister_module.cpp18 #include "GeometryJS.h"
117 GeometryJS::Init(env, scene3dNS); in RegisterClasses()
/foundation/graphic/graphic_3d/kits/js/include/
H A DGeometryJS.h23 class GeometryJS : public BaseObject<GeometryJS>, public NodeImpl { class
27 GeometryJS(napi_env, napi_callback_info);
28 ~GeometryJS() override;

Completed in 1 milliseconds