{"id":27874760,"url":"https://github.com/camerodev/fbx-model-basic","last_synced_at":"2026-06-10T14:31:34.822Z","repository":{"id":227921281,"uuid":"772664419","full_name":"camerodev/fbx-model-basic","owner":"camerodev","description":"Import 3D model with FBX and put texture using three.js","archived":false,"fork":false,"pushed_at":"2024-03-15T16:36:34.000Z","size":8445,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T01:43:03.136Z","etag":null,"topics":["3d","fbx","model","thressjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/camerodev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-15T16:36:00.000Z","updated_at":"2024-03-15T18:53:34.000Z","dependencies_parsed_at":"2024-03-15T20:38:44.710Z","dependency_job_id":null,"html_url":"https://github.com/camerodev/fbx-model-basic","commit_stats":null,"previous_names":["slickcharmer/fbx-model-basic","camerodev/fbx-model-basic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/camerodev/fbx-model-basic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Ffbx-model-basic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Ffbx-model-basic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Ffbx-model-basic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Ffbx-model-basic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/camerodev","download_url":"https://codeload.github.com/camerodev/fbx-model-basic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/camerodev%2Ffbx-model-basic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","fbx","model","thressjs"],"created_at":"2025-05-05T01:38:06.820Z","updated_at":"2026-06-10T14:31:34.805Z","avatar_url":"https://github.com/camerodev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FBX Model Render using Three.js and Put Texture\n### Import FBX Model\n```\n\nfunction Scene() {\n  const fbx = useFBX(\"SkullDagger3PartLP.fbx\");\n});\n\n  return (\n    \u003c\u003e\n      \u003cambientLight intensity={0.2} /\u003e\n      \u003cdirectionalLight /\u003e\n      \u003cmesh\u003e\n        \u003cprimitive object={fbx} scale={0.05}/\u003e\n        \u003cmeshStandardMaterial map={colorMap} /\u003e\n      \u003c/mesh\u003e\n    \u003c/\u003e\n  );\n}\n```\n### Put Texture to FBX\n```\n  fbx.traverse(function (child) {\n    if (child instanceof THREE.Mesh) {\n        child.material.map = colorMap\n        child.material.needsUpdate = true;\n    }\n});\n```\n![ezgif-5-73bd2b1bac](https://user-images.githubusercontent.com/92864027/217254624-c12a21f5-d5e7-4bdf-9afc-521a42095b51.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Ffbx-model-basic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcamerodev%2Ffbx-model-basic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcamerodev%2Ffbx-model-basic/lists"}