Search found 432 matches

by Pindrought
January 15th, 2019, 12:27 am
Forum: Everything
Topic: Problem on Beginner-Tutorial17 (Chrono)
Replies: 4
Views: 2201

Re: Problem on Beginner-Tutorial17 (Chrono)

You are not assigning present time before doing the calculation.

Line 16 should be the first line of CalculateDeltaTime()
by Pindrought
October 27th, 2018, 2:41 pm
Forum: Everything
Topic: Matrix Transformation Demonstration Project
Replies: 11
Views: 4486

Re: Matrix Transformation Demonstration Project

chili wrote:Oh yeah, let me know what link is good and I'll link to your video series too. Wasn't sure if it would be better to link to a video or a playlist or if there is something else.
Cool, thanks. This is my playlist.
https://www.youtube.com/playlist?list=P ... Xn6ZENx9Y2
by Pindrought
October 26th, 2018, 1:16 pm
Forum: Everything
Topic: Matrix Transformation Demonstration Project
Replies: 11
Views: 4486

Re: Matrix Transformation Demonstration Project

chili wrote:Very nice stuff! Linking to this on the wiki page for 3df 20 :D
Cool!
by Pindrought
October 10th, 2018, 2:14 pm
Forum: Everything
Topic: Working so far, VariantECS progress
Replies: 7
Views: 2487

Re: Working so far, VariantECS progress

Terrifying error message.
by Pindrought
October 5th, 2018, 9:39 am
Forum: Everything
Topic: why have my solution failed?
Replies: 10
Views: 4282

Re: why have my solution failed?

Ah ran some test cases and found the culprit of my issues. XD

Had some old logic I forgot to fix for the smaller samples where single threading was being used. RIP
by Pindrought
October 5th, 2018, 2:50 am
Forum: Everything
Topic: Matrix Transformation Demonstration Project
Replies: 11
Views: 4486

Re: Matrix Transformation Demonstration Project

OMG, the projection one would be very NICE Am working on the plan for the video on that shiz Update :D https://drive.google.com/open?id=1s1p2iaRuZEKR5by1TGHFtxm6w7TS1TNQ Not the most graphically appealing, but it gets the job done. Note: The code is bad/rushed. Don't judge. https://github.com/Pindr...
by Pindrought
October 4th, 2018, 3:02 pm
Forum: Everything
Topic: why have my solution failed?
Replies: 10
Views: 4282

Re: why have my solution failed?

I'm basically planning on making a feature where you can request manual review, but only for patrons (mainly because i don't wanna spend all my free time manually re-evaluating tons of submissions) You can be the first guinnea pig pin :D I appreciate it, but my code is a bit convoluted so I wouldn'...
by Pindrought
October 4th, 2018, 1:16 pm
Forum: Everything
Topic: why have my solution failed?
Replies: 10
Views: 4282

Re: why have my solution failed?

Just curious, did you upload multiple solutions? It seems like yours should work? Then again mine says it failed even though I passed every unit test I tried. Wondering if I did something wrong or if the multiple uploads broke it. To save people from downloading it, this was AverageWhale's code #inc...
by Pindrought
October 3rd, 2018, 3:53 am
Forum: Everything
Topic: Matrix Transformation Demonstration Project
Replies: 11
Views: 4486

Re: Matrix Transformation Demonstration Project

ImGUI is good stuff :) Maybe I can add a link to this on the wiki page for the matrix tutorial in Advanced... That'd be cool. I'm also working on something to visualize the World (Already visualized from the project in this thread) -> View -> Projection matrix transformations as well as the frustum...
by Pindrought
October 2nd, 2018, 7:56 am
Forum: Everything
Topic: Matrix Transformation Demonstration Project
Replies: 11
Views: 4486

Re: Matrix Transformation Demonstration Project

Weird, I had to open in Microsoft Edge to play the video, it never loaded in Google Chrome. It just spun the busy circle. Interesting stuff there, I kind of like the interface. It would allow for just messing around pretty easily. For the interface, i'm just using Dear ImGUI. Very easy to use and v...