Brian Jacobs

Results 3 comments of Brian Jacobs

i get the "maximum call stack size exceeded" error when i do this ``` /** * @module something */ /** * A description. * @alias module:something * @typicalname othersomething */...

Thanks. Along those lines worked. I'm importing the css/js files elsewhere so I dont want to add the reference to the files directly in the comment block. What was also...

The chunking approach works well. I also realized that I could simplify/decimate my geometry beforehand because I didn't need that level of detail, reducing the number of vertices.