Cogi

Results 18 comments of Cogi

@ru13ab not beautiful but It can be solved. Just you apply perspective transformation with distortion. (Not best performance, but it works and can be tolerated.). create 4 hotspot. then you...

> > @ru13ab not beautiful but It can be solved. Just you apply perspective transformation with distortion. (Not best performance, but it works and can be tolerated.). > > create...

I would like to help but i am now working for another project...

```ts function getCoords(inputX: number, inputY: number){ const container = viewer.getContainer(); const renderer = viewer.getRenderer()!; const container_rect = container.getBoundingClientRect(); const pos = {x: inputX - container_rect.left, y: inputY - container_rect.top}; const...

[function renderHotSpot(hs) {](https://github.com/mpetroff/pannellum/blob/master/src/js/pannellum.js#L2041)

actually it is written by hand. i will find and update it (automated index.d.ts from source code).

//ANCHOR [epic=test] Test //ANCHOR [epic=test, seq=1] HiA //ANCHOR [epic=test, seq=1] HiB //ANCHOR [epic=test, seq=1] HiC but i think it need more options. nested sequence level. or just this limitations is...

oh.. looks really good. but the purpose is different..

I hope that vs code support this feature.

Hi! project1.exe -> project1.bc -> project1.new ?? ```clang project.bc -o project1.new -m32``` What's the purpose of it? remill-clang is just clang. it is not lifter. (https://github.com/lifting-bits/remill/blob/master/CMakeLists.txt#L226) if you want to...