framer-form icon indicating copy to clipboard operation
framer-form copied to clipboard

Give your Framer-prototypes a third dimension

Results 4 framer-form issues
Sort by recently updated
recently updated
newest added

I'm not able to use the Framer Module app, and I don't see how to add modules to Framer X.... Any hints?

Fund

Hey! Currently using 3D in Framer with just stock Three.js and this model loading workflow: ``` mtlLoader = new THREE.MTLLoader(); mtlLoader.setBaseUrl('models/'); mtlLoader.setPath('models/'); mtlLoader.crossOrigin = ''; mtlLoader.load('alex.mtl', (materials) -> materials.preload(); materials.materials.default.map.magFilter...