Posts

Showing posts from May, 2024

Async aspx page

 Imports System.Net.Http Imports System.Threading.Tasks Imports ClassLibrary1 Imports ClassLibrary1.libfuncs Public Class LandAndPropertyReport     Inherits System.Web.UI.Page     Property getLandregistryPolygonsByLandregistryTitleNumberResponse As New getLandregistryPolygonsByLandregistryTitleNumberResponse     Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)         'Lets stop on here.  Build the report back end (using classlib funcs) sync first. Then async the funcs, then try it from here aspx async.         Dim stopWatch As New Stopwatch()         stopWatch.Start()         RegisterAsyncTask(New PageAsyncTask(Function() GetPWGsrvAsync(Context.Request("title_no"))))         stopWatch.Stop()         ElapsedTimeLabel.Text = String.Format("Elapsed time: {0}", stopWatch.Elapsed.Milliseconds / 1000.0)   ...

Tutorials on Unity Probuilder and Progrids

 https://www.youtube.com/@PixelMystique/videos   PixelMystique has good vids Creating Basic Shapes https://www.youtube.com/watch?v=yqL_9eEDm2E&t=7s Extrude https://youtu.be/md2OR4EualE?si=7n5XSoa48f19y_K-&t=462 Cut holes: 2 Methods there.  Experimental and normal  https://www.youtube.com/watch?v=Of1yrS_CsiI https://www.youtube.com/watch?v=_gDLA_0V2Bs  brit guy with 38 subs. https://forum.unity.com/threads/does-probuilder-offer-a-way-to-measure-distance-between-two-verts.895658/ For doors; using game mode  https://www.youtube.com/watch?v=dgLF-37SBDk