检查库的连接路径
This commit is contained in:
parent
e95f08f648
commit
eb4864beb6
@ -1,6 +1,5 @@
|
|||||||
// Index.d.ts
|
// Index.d.ts
|
||||||
//export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void;
|
export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void;
|
||||||
//export const loadModel:(id: string, modelPath: string)=> void;
|
export const loadModel:(id: string, modelPath: string)=> void;
|
||||||
//export const onMouseEvent:(id: string, dx: number, dy: number)=> void;
|
export const onMouseEvent:(id: string, dx: number, dy: number)=> void;
|
||||||
//export const destroyRenderer:(id: string)=> void;
|
export const destroyRenderer:(id: string)=> void;
|
||||||
export const add: (a: number, b: number) => number;
|
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "libOCCTRender.so",
|
"name": "libocctrender.so",
|
||||||
"types": "./Index.d.ts",
|
"types": "./Index.d.ts",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Please describe the basic information."
|
"description": "Please describe the basic information."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user