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 // 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;

View File

@ -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."