Search found 3 matches

by nurettin
Tue Aug 14, 2018 3:28 pm
Forum: Features use and tips
Topic: Adding markers that won't be lost when I export to obj
Replies: 3
Views: 2154

Re: Adding markers that won't be lost when I export to obj

<r>I managed to find the center coordinates of floor bounding spheres in javascript. The spheres also get their unique names from the sweethome3d obj export. Appears to be working so far. <br/>
<br/>
<IMG src="https://i.imgur.com/7myDVEQl.png"><s>[img]</s><URL url="https://i.imgur.com/7myDVEQl.png ...
by nurettin
Tue Aug 14, 2018 12:30 pm
Forum: Features use and tips
Topic: Adding markers that won't be lost when I export to obj
Replies: 3
Views: 2154

Re: Adding markers that won't be lost when I export to obj

I created another house plan, exported to obj and it outputted g room_ objects. I am currently experimenting on getting the bounding spheres of `g room_` objects and calculating their centers. It looks promising so far.
by nurettin
Tue Aug 14, 2018 10:14 am
Forum: Features use and tips
Topic: Adding markers that won't be lost when I export to obj
Replies: 3
Views: 2154

Adding markers that won't be lost when I export to obj

<t>Hi, this question is about importing sweet home 3d generated obj files into THREE.js and detecting points of interest from within javascript. I can see that the object names, material names and coordinates are exported into the obj file. Is there any way to influence what name will be used for a ...