interactive_3d 1.2.2 copy "interactive_3d: ^1.2.2" to clipboard
interactive_3d: ^1.2.2 copied to clipboard

A plugin to render interactive 3D model in .gLTF or .glb format using Filament on Android & GLTFSceneKit on iOS

example/lib/main.dart

// main.dart
import 'package:flutter/material.dart';
import 'package:interactive_3d_example/glb_loader_example.dart';


void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
        home:
        // GltfLoaderExample()
      GlbLoaderExample()
    );
  }
}
17
likes
150
points
63
downloads

Publisher

verified publisheradnanflutter.dev

Weekly Downloads

A plugin to render interactive 3D model in .gLTF or .glb format using Filament on Android & GLTFSceneKit on iOS

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, plugin_platform_interface

More

Packages that depend on interactive_3d

Packages that implement interactive_3d