I'm having a hard time understanding the use of pointers to floats (http://gitlab.kylewolfe.me/kylewolfe/gl-gopher/blob/master/main.go#L96). I'm sure theres a slew of other errors waiting behind this one, but if I could get some info on how to get passed line 96, that'd be great!
Thanks, Kyle
Dmitri Shuralyov
unread,
Jun 17, 2015, 10:28:31 PM6/17/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You can go get it (go get -u github.com/shurcooL/play/97) then cd into that folder and go run main.go to run.
I have no experience with loading/rendering .obj 3d models so I can't help there. But at a high level, your code looks reasonable.
Kyle Wolfe
unread,
Jun 18, 2015, 9:23:24 AM6/18/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to go...@googlegroups.com
Thanks! I'll see if there's some things in there to hint at what I need to do here. Since I also have the blender file for the gopher, I may also try to use your loader on a collada export of the model.