repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

10 Years Ago
Clamping arcs at intersections now! Need to work out the case when an arc is equal to a line.
10 Years Ago
Generates end caps properly again.
10 Years Ago
Going home. In the middle of updating to add calls to road vertex so that they also update. Tangents could do with being changed a bit especially around intersections.
10 Years Ago
Re arranged some the arc code and selectable stuff. Can now split arcs. Can now split road section
10 Years Ago
ALL tangent cases are now computed. Could do with dotting them so that I can clamp them.
10 Years Ago
Fixed bug with arc preview fucking up when it needs to be reversed.
10 Years Ago
Arcs are now reverable as well.
10 Years Ago
Add ability to snap to a road section. Road preview mostly done. Tangents calculated properly still a few errors.
10 Years Ago
Done a lot of refactoring of the road stuff. Can now generate a road between two vectors and it will automatically find intersections etc.
10 Years Ago
Road Sections are now reconfigured properly if the road sections on either side are pointing to a different direction!
10 Years Ago
Adding in stuff to preview and hopefully validate new road sections without altering the current HEM.
10 Years Ago
Home time.
10 Years Ago
New spline with arc per section.
10 Years Ago
forgot to tick.
10 Years Ago
Added a bit more proc gen an then started tearing the roadsection shit apart again.
10 Years Ago
Shit. Done stuff then deleted it.
10 Years Ago
added more validation. still plenty of errors though. :(
10 Years Ago
Going home. Refactoring proc gen code for the new system. Validation Branching again.
10 Years Ago
Made straight line detection in biarc less sensitive Made progress on procedural. Need to do branching checks. Need to do proper road validation! Created camera prefab
10 Years Ago
Going home. Still doing containable and snappable shit to re add procgen.
10 Years Ago
Implemented Arc AABB creation and roadsections are now IContainable. Need to make Arc intersections tests. Need to handle updates. Need to make them all ISnappable.
10 Years Ago
RoadVertex is now self updating. Going Home
10 Years Ago
Started adding in procgen again. Decoupled a roadsection and a roadsectionmesh
10 Years Ago
Re adding the procural stuff
10 Years Ago
check yo self before yo wreck yo self
10 Years Ago
Need to rename roadsectiontest it is now roadsection and that has been removed. Also removed the old road and testing classes. Added mesh building at end cap and intersection. Need to tidy that up a bit. UVs are stretched a bit which is shite. Got a new simple method though. Get rif of gap artefacts.
10 Years Ago
Worked out calculations for splines. Manage the components for caps and intersections. Generate meshes. Need to decide how to blend two different road types.
10 Years Ago
UVs are still a little messed up but they'll do for now. Still way better than it was anyway. Still missing some calculations I need to work out based on road direction and segment direction being different.
10 Years Ago
Generating meshes. Got a new plan for intersections and end caps. UV's are still a slight pain in the fucking arse.
10 Years Ago
Done the rest of the road cases. Need to test splines are created in the right order and generate meshes from them. AGAIN...
10 Years Ago
- Road position is now calculated properly. - Meshes now have their own game objects instead of getting combined. Will need an optimise button though.
10 Years Ago
Done some messin. It's all broked but I have a plan!
10 Years Ago
Been fucking around all day to sort out UV matching up but finally figured out a good method. Do it in the face creation!
10 Years Ago
Generating meshes again with the new method. Update Callbacks? Intersection generation. Blending.
10 Years Ago
Updating the code to generate meshes differently. Added some stolen temporary textures from mafia 2 mod. Meshes will now be generated per half edge. So this will be way fucking better mush.
10 Years Ago
Started to add the validation rules. Need to tidy up when a new edge fails the rules.
10 Years Ago
Improved the camera in builder mode.
10 Years Ago
Fixed the fuck up when a vertex got deleted.
10 Years Ago
Going Home Added Poly2Tri source instead of DLL Fixing the vertex deletion bugs.
10 Years Ago
Fixed generation bugs and callback order bug
10 Years Ago
Fixed city zone creation error
10 Years Ago
Added manage to switch in the test scene to a car to drive around the road you've created.
10 Years Ago
Going home
10 Years Ago
UVs are a little better but they're still not great.
10 Years Ago
No longer need gizmos for most of the drawing tools. Intersection mesh now has a material and mesh collider.
10 Years Ago
Added amplift color
10 Years Ago
Added car package made from the Unity sample assets. Using it to test the mesh colliders but will add it to the demo scene.
10 Years Ago
Fixed the dodgy normals
10 Years Ago
Intersection road segments now have curb meshes. Normals are a bit fucked at times though. Sort out UV stretching.
10 Years Ago
Now generates curbs on intersections but it's a bit messy. :(