Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

collada

how to convert .dae to .scn files in SceneKit

August 1, 2023 by Tarik

Exporting the .dae is unnecessary; you can place the object directly into a .scn file: Create the new .scn file in the .scnassets folder, then drag the .dae file into the scene.

Categories ios Tags collada, ios, scenekit Leave a comment

Bind Poses, Joint Transforms in Collada

May 24, 2023 by Tarik

I know what file format you are referring to. The file format you use (.anim) has one more skeletal file with (.inv_bind_mats) extension and same name, you don’t need to calculate anything but just read .inv_bind_mats file.

Categories .net Tags .net, 3d, collada, matrix Leave a comment

How to get the width/height/length of a mesh in THREE.js [closed]

April 28, 2023 by Tarik

If you’re ok with a basic bounding box, you can use a THREE.Box3 let measure = new THREE.Vector3(); let box = colladaModel.getSize(measure); console.log( measure );

Categories javascript Tags collada, javascript, mesh, three.js Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa