文件名称:obj:Dart 的 OBJ(3d 几何定义格式)解析器
文件大小:2.45MB
文件格式:ZIP
更新时间:2024-07-09 20:30:28
Dart
对象 介绍 Dart 中 .OBJ 格式的解析器。 入门 1. 将以下内容添加到您项目的pubspec.yaml并运行pub get 。 dependencies: obj: git: https://github.com/udhos/obj 2. 为您的项目添加正确的导入。 import 'package:obj/obj.dart'; 例子 1.解析OBJ字符串 // objURL is an optional URL for issuing the obj location on error messages // objString is a string containing the OBJ text String objURL = "http://some.example.com/path/to/model.obj"; void handleObj(St
【文件预览】:
obj-master
----benchmark()
--------house.mtl(6KB)
--------parse_benchmark.dart(2KB)
--------house.obj(4.57MB)
--------mustang.dart(136KB)
----test()
--------cube_test.dart(4KB)
--------cube.mtl(152B)
--------cube.obj(1KB)
--------cube.png(156B)
----pubspec.yaml(370B)
----web()
--------obj_viewer_demo.html(718B)
--------house.mtl(6KB)
--------house.obj(4.57MB)
--------old_house.obj(3.04MB)
--------main.dart(5KB)
--------old_house.mtl(47KB)
--------styles()
----lib()
--------obj.dart(18KB)
----README.md(3KB)
----win-publish.cmd(179B)
----LICENSE.txt(1KB)