detached2 #2

Closed
JackLee wants to merge 2 commits from detached2 into master
2 changed files with 5 additions and 6 deletions
Showing only changes of commit eb4864beb6 - Show all commits

View File

@ -1,6 +1,5 @@
// Index.d.ts
//export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void;
//export const loadModel:(id: string, modelPath: string)=> void;
//export const onMouseEvent:(id: string, dx: number, dy: number)=> void;
//export const destroyRenderer:(id: string)=> void;
export const add: (a: number, b: number) => number;
export const initRenderer:(id: string, nativeWindow: any, size: { width: number; height: number }) => void;
export const loadModel:(id: string, modelPath: string)=> void;
export const onMouseEvent:(id: string, dx: number, dy: number)=> void;
export const destroyRenderer:(id: string)=> void;

View File

@ -1,5 +1,5 @@
{
"name": "libOCCTRender.so",
"name": "libocctrender.so",
"types": "./Index.d.ts",
"version": "1.0.0",
"description": "Please describe the basic information."