Blazor3D icon indicating copy to clipboard operation
Blazor3D copied to clipboard

Examples of using the Blazor component that displays 3D things :) Blazor + ThreeJS = Blazor3D

Results 12 Blazor3D issues
Sort by recently updated
recently updated
newest added

I want to use this tool because I like how it handles everything and how simple it is. But I can't get it to work with Blazor in .NET 8.

Will there be support for moving an object along axes? So that it is possible not only to display the axes, but also the movement of the object. ![Tranform](https://github.com/HomagGroup/Blazor3D/assets/12729713/8da21eaa-5082-4960-bec3-d96eb90da928) p.s....

Hey)) Unfortunately you do not have a separate branch. And I also ask you to consider a method that allows you to download files not only via a link, but...

Braking makes the train slow down

Hi I am looking for the USDZ file loading using Blazor3D

I've created a program that takes in an .STL file input, gets the corresponding URL for the object from the filestream, and renders it with Blazor3D. I'm trying to then...

I'm trying to mix an imported GLTF and geometry created with the API. When I load the gltf wait for that load to complete, then create the geometry and call...

Is there a way to manually add points to a buffergeometry? For example, something like, THREE.BufferGeomety geometry.setFromPoints. Blazor3D is great and I think it is just what I need to...

I have used a different id name for the Blazor3D Viewer. When I resize the window I get errors.

Greetings, I'm really new to programming, and would like to do a small project with blazor that reads STL files from a local drive and displays them on screen. So...