We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Reply To: Load SVG in scene

Home Forums Programming Load SVG in scene Reply To: Load SVG in scene

#29773

Hi David,

WebGL does not support loading SVG images and other vector-based formats. The example you mentioned uses basic SVG parser and generates geometry primitives. As such, it works only for simple SVG assets. In general, I’d recommend converting your SVG assets to JPG/PNG textures. It will be easier to achieve and more performance-friendly.

Soft8Soft Tech Chief
X | FB | LinkedIn