-
hey guys, I am experiencing a weird behavior when I try to load a JSON file exported from Blender with multiple geometries.
I use the following snippet to load the file
``` Javascript
var loader = n…
-
Hello, first of all thank you a lot at doing this.. without your help i would have to spend a lot of time programming a loader for meshes and worrying about the animations and stuff, you helped me a l…
-
I've pushed to my fork (https://github.com/Mike3D/Urho3D-Blender) some experimental features:
- prefabs export (individual, collective and scene)
There is an option to generate physics. Currently it…
-
ColladaLoader won't load animation when loading .dae file with less than 30 bones.
The error message is "skin.morphTargetInfluences is undefined".
It's because "geometry.morphTargets" is kept unassign…
natk updated
10 years ago
-
we are getting different results of the exports based on the current pose of the armature. its fine now that we know this but it will be more predictable to base it on the rest position. this or a n…
-
hi,
i've been working on a little project for a while now. im trying to create a script that allows users to choose their own set of clothing. so far, i've had a lot of succes. my only problem is tha…
-
New to blender here, trying to set up a rigged model.
I'm able to convert my model with [the fbx converter](https://github.com/mrdoob/three.js/tree/master/utils/converters/fbx), and load it up with `…
-
I finally managed to get it to work :) It turned out that the main obstacle in making these two types of animation cooperate with each other has always been the fact that the `boneMatrices` passed to …
-
if ofEasyCam
camera.setPosition(ofPoint(ofGetWidth()/2, ofGetHeight()/2, 700));
results in the bottom left corner of the normal OF view appearing at the center of the screen
if its ofCamera:
…
-
Hello world,
in order to get an exported animation from 3ds max - opencollada
rendered in webgl - three - by using ColladaLoader()
(from your examplecode webgl_collada.html)
I ran into unexpected be…
6ert updated
12 years ago