User posts marshallus
15 February 2016 11:00
Hi
I see the possibility in blender for each object to set a group.
Is-it possible to select in javascript such a group?
For example a group with object1,object2,object3,object4,object5.
In my dev, i toggle visibility of several objects.
With several object–>Several lines…..
Any Possibility to toggle by group?
I see the possibility in blender for each object to set a group.
Is-it possible to select in javascript such a group?
For example a group with object1,object2,object3,object4,object5.
In my dev, i toggle visibility of several objects.
With several object–>Several lines…..
Any Possibility to toggle by group?
10 February 2016 11:09
Hi
With your help, i was able to dynamic load another json in my scene.
The problem in this new json i have several mesh that i dont want to merge.
When it loads the json, the position of all meshes is messed up.
I mean they are all loaded in the position i decide to load the json.
I dont know if it's understandable with my bad english….
What is the best way to achieve this?
With your help, i was able to dynamic load another json in my scene.
The problem in this new json i have several mesh that i dont want to merge.
When it loads the json, the position of all meshes is messed up.
I mean they are all loaded in the position i decide to load the json.
I dont know if it's understandable with my bad english….
What is the best way to achieve this?
09 February 2016 18:03
09 February 2016 17:08
Hi
I'm trying to copy object in a scene, but can't make it work…..
I've got an object , and do….
m_objets.copy(obj,'newNameObject2');
var obj2= m_scenes.get_object_by_name("newNameObject2");
moveYObject(obj2,0.5); // custom function to move object in Y axis
m_scenes.show_object(obj2);
Any idea????
I'm trying to copy object in a scene, but can't make it work…..
I've got an object , and do….
m_objets.copy(obj,'newNameObject2');
var obj2= m_scenes.get_object_by_name("newNameObject2");
moveYObject(obj2,0.5); // custom function to move object in Y axis
m_scenes.show_object(obj2);
Any idea????
02 February 2016 17:08
02 February 2016 16:49
28 January 2016 19:08