I have been working on a Project that involves placing smaller SVG images over larger SVG image (The larger SVG is a Project Map , and smaller icons are house , gates etc).This has to be achieved with the help of two.js. Do i need to make the icons as scenegraph and place them over the larger SVG or is there correct alternative approach to make it possible. The icons placed should provide options to rotate, scale etc. I do not want it be be rendered as canvas , as it would remove the interactivity that is required for my project.
Can i have a icons(SVG) , place over another Larger SVG image using Two.js - Stack Overflow
评论列表(0)
- 暂无评论