Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Lady Eklipse

Pages: [1]
1
HP Prime / Re: [WIP] Trailblazer Prime
« on: December 30, 2020, 04:59:21 pm »
I have fixed the program by changing line 339:
from          (rayTable(R) + camPosition) / textureOffsetCoef,
to         (rayTable(R) + camPosition) / textureOffsetCoef+1,

This now works on HP Prime G2, the textures are now visible again. I did not fix any of the other bugs yet.

Pages: [1]