About 108,000 results
Open links in new tab
  1. GitHub - gabotechs/react-stl-viewer: React component for …

    React component for visualizing STLs using Three.js. or. You can see working the examples from .storybook/stories here. The component also accepts <div/> props. set the position of the …

  2. react-stl-viewer - npm

    react component for visualizing 3d models in the browser using three.js. Latest version: 2.5.0, last published: a year ago. Start using react-stl-viewer in your project by running `npm i react-stl-viewer`. There are 2 other projects in the npm registry using react-stl-viewer.

  3. react-stl-file-viewer examples - CodeSandbox

    Use this online react-stl-file-viewer playground to view and fork react-stl-file-viewer example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

  4. React STL Viewer - Reactscript

    Description: A React component for viewing an STL object from a given URL by utilizing Three.js. Installation: # Yarn $ yarn add stl-viewer # NPM $ npm install stl-viewer –save Preview:

  5. reactjs - React STL Viewer capture image - Stack Overflow

    Apr 15, 2024 · I'm using react-stl-viewer to render STL files for my website. After the file is rendered I want to capture a 2D image for use elsewhere on the website. Is there a way to achieve this using this package? Here's the provided example code: top: 0, left: 0, width: '100vw', height: '100vh', return ( <StlViewer. style={style} orbitControls. shadows.

  6. React components to view STL and OBJ models. - GitHub

    React components to view STL and OBJ models. Based on THREE.js and react-stl-viewer. Live Demo. Example. className: PropTypes.string, // Class name for viewer wrapper. url: PropTypes.string, // Url for STL or OBJ model. file: PropTypes.object, // File object of STL or OBJ model, . // when passed *url* prop will be ingonred.

  7. three.js stl loader - Codesandbox

    example of using STL files in React Three Fiber Explore this online three.js stl loader sandbox and experiment with it yourself using our interactive online playground. You can use it as a template to jumpstart your development with this pre-built solution.

  8. react-stl-obj-viewer | Yarn

    React components to view STL and OBJ models. Based on THREE.js and react-stl-viewer. Live Demo. Example. className: PropTypes.string, // Class name for viewer wrapper . url: PropTypes.string, // Url for STL or OBJ model . file: PropTypes.object, // File object of STL or OBJ model, // when passed *url* prop will be ingonred .

  9. ChrisArsenal/react-stl-viewer - GitHub

    A React component for viewing an STL object from a given URL by utilizing Three.js. See a live demo here. Note that you will still have to abide by the rules of CORS so you won't just be …

  10. A component for viewing an STL object from a given ... - React.js Examples

    May 10, 2018 · A React component for viewing an STL object from a given URL by utilizing Three.js. url='http://www.example.com/example-url.stl' width={400} height={400} …