flutter_3d_obj icon indicating copy to clipboard operation
flutter_3d_obj copied to clipboard

Renders a wavefront .obj on to a canvas.

Results 15 flutter_3d_obj issues
Sort by recently updated
recently updated
newest added

Hi! I am running your example and I get the following error: ![image](https://user-images.githubusercontent.com/16805742/113288999-eb73b580-92ef-11eb-975e-86757b86dc70.png) What is this about? I have just copy pasted your example. Thanks

The viewer is very slow on a HIGH end machine

Hi, I've encountered the following issue. Please check: My Code: `@override Widget build(BuildContext context) { return Scaffold( body: Center( child: Object3D( size: const Size(400.0, 400.0), path: 'assets/banana_plant/banana_plant.obj', asset: true), ),...

Hi, it is possible to use color in the OBJ??

Hi everyone! I want to know if you planned or if you develop an alternative to render animated objects with this library. Thanks!

Hey i try to draw an 3d.obj you can find the object here: https://www.blog.viz-people.com/blog/free-3d-model-lemon-tree/ I am new to 3d objects, but is the file maybe too large? When i try...

is there a way i can get coordinates of a click point from the 3d object

══╡ EXCEPTION CAUGHT BY GESTURE LIBRARY ╞═══════════════════════════════════════════════════════════ flutter: The following assertion was thrown while dispatching a pointer event: flutter: 'package:flutter/src/gestures/monodrag.dart': Failed assertion: line 357 pos 12: '_initialButtons == flutter: kPrimaryButton':...