Thanks for the files.
When I looked at the docs I was not sure about what we would need to export the objects, so I used the simple option.
By looking into .jscad file it looks like something is missing once the main function statement is absent:
But, this seems to not be a valid object definition returned - at least using the https://openjscad.org/
So, maybe the site is limited or do your create a custom .jscad file for other application?
When I looked at the docs I was not sure about what we would need to export the objects, so I used the simple option.
By looking into .jscad file it looks like something is missing once the main function statement is absent:
PHP Code:
function main() {
return <something>
}
(12-13-2019, 01:40 PM)gilboonet Wrote: On the .jscad file, what I take from the materials is for each face the group where he belongs, and it is on the member called 'groups'. This information can be replaced by face color.In this case, the .jscad file you send has a function which returns:
PHP Code:
return {faces:faces, vertices:vertices, groups:groups, faceCsg:faceCsg, csg:csg};
So, maybe the site is limited or do your create a custom .jscad file for other application?