Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

All public logs

Jump to navigation Jump to search

Combined display of all available logs of Catcliffe Development. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:56, 1 January 2024 XenoEngineer talk contribs created page VB6 Dex3D.frm (Created page with "{{headerQuasiVisual3D}} '''After refactoring the code found below, the following code creates rather a function for direct-calling of scene-rendering, which is called from various points in the project code, where previously a flag was set to invoked a forever-loop (now replaced) to redraw the screen once while looping forever.''' This direct-call approach is now working by Windows events, like mouse-movements, to invoke a screen refresh. The new refactored method, R...")
  • 12:42, 1 January 2024 XenoEngineer talk contribs moved page VB6 Dex3D.frm to VB6 QuasiVisual3D.frm without leaving a redirect
  • 09:24, 1 January 2024 XenoEngineer talk contribs created page VB6 Dex3D.frm (Created page with "{{headerDex3D}} <pre style="background:#333; color:lime; margin:0 auto; max-width:880px; padding:20px; "> Private mboLoading As Boolean Private Sub Form_Activate() Debug.Print "Beginning Form_Activate()" Dim FrameRate As Single If BeginRenderLoop = True Then '' Run render loop once '' BeginRenderLoop = False Do Until (RenderLoopCanceled) 'Or Not Me.Visible) If RefreshScene = True Then R...")