what streetview image?
I mean something like a 360º panoramic photo that looks like street view
How is this image made (svg/img? a 3d model?...), and how are you you displaying it?
I finally tried on three.js. It works out well.
AutoCAD to Blender to Three.js.
client side rendering.
The next step is to implement it in ignition.
hi chaoliang Looking forward to your progress
i think the easiest would be to use webdev resources...
You could also do it without if you copy three.js lib into injectables head.txt
And than use some markdown to inject the js.
Somethign similar like i did here:
But you gotta be careful on how you construct the markdown so that it does NOT refresh else you will have 0 performance (depending on complexity)
if you need to update the generated image you maybe can use a second markdown that adjusts some variables. but this will require quite some JS knowledge
How the data binding takes place, How you integrated live tag's data into Three.js