|
Post by Jamis on Nov 12, 2019 15:44:53 GMT
Yeah, that one looks better!
|
|
|
Post by serial on Nov 17, 2019 7:01:27 GMT
I've fixed it! I heavily used your ocaml code as a reference, even got it to compile so I could step through it when my code wasn't working. Now I can move on to the cool CSG and OBJ file stuff.
|
|
|
Post by Jamis on Nov 18, 2019 15:25:08 GMT
Excellent! I'm glad the OCaml code was helpful. Implementing a hierarchy of objects in OCaml was definitely trickier than I expected.
Would you mind describing briefly what the problem was in your code? Just in case someone else ever has the same problem, and stumbles across this thread...
|
|
|
Post by serial on Nov 20, 2019 2:11:29 GMT
I completely pitched and re-wrote the object hierarchy; my code was trying to be bi-directional and it just wasn't finding the parent objects properly.
|
|