Posts by Tags

3D

MeshLab and PyMeshLab

less than 1 minute read

Published:

MeshLab is an open source system for processing and editing 3D triangular meshes. It provides a set of tools for editing, cleaning, healing, inspecting, rendering, texturing and converting meshes. It offers features for processing raw data produced by 3D digitization tools/devices and for preparing models for 3D printing.

Cameras Along Spline

less than 1 minute read

Published:

A method to set up an array of cameras along a set of prescribed intervals or vertices.

3D Model Resources

less than 1 minute read

Published:

Resources for 3D Models

Cardioid

less than 1 minute read

Published:

Cardioid Trace

Blender

Cameras Along Spline

less than 1 minute read

Published:

A method to set up an array of cameras along a set of prescribed intervals or vertices.

Cinema4D

Cardioid

less than 1 minute read

Published:

Cardioid Trace

Mathematics

Cardioid

less than 1 minute read

Published:

Cardioid Trace

Rendering

MeshLab and PyMeshLab

less than 1 minute read

Published:

MeshLab is an open source system for processing and editing 3D triangular meshes. It provides a set of tools for editing, cleaning, healing, inspecting, rendering, texturing and converting meshes. It offers features for processing raw data produced by 3D digitization tools/devices and for preparing models for 3D printing.

Cameras Along Spline

less than 1 minute read

Published:

A method to set up an array of cameras along a set of prescribed intervals or vertices.

3D Model Resources

less than 1 minute read

Published:

Resources for 3D Models

Cardioid

less than 1 minute read

Published:

Cardioid Trace

Visual Studio Codde

Visual Studio Code SSH Servver

less than 1 minute read

Published:

I almost exclusively develop using SSH sessions on other CUDA-enabled machine for differentiable rendering, PyTorch, training models, etc. Recently, I ran into the problem off having the VS Code server failing to start at the beginning of an ssh session. This post on SO showed how to kill the server remotely so that it will restart on the next login attempt.