Skip to content

Instantly share code, notes, and snippets.

View TheAenema's full-sized avatar
🔨
Development

The Ænema (Hamid.Memar) TheAenema

🔨
Development
View GitHub Profile
@TheAenema
TheAenema / maxglass.cpp
Created September 6, 2023 10:44
3ds Max C++ Glass Plug-In Source Code
//////////////// Developed By Hamid.Memar ////////////////
// MaxSDK
#include <maxscript/maxscript.h>
#include <maxscript/macros/define_instantiation_functions.h>
#include <maxapi.h>
#include <CoreFunctions.h>
// Windows SDK
#include <Windows.h>
@TheAenema
TheAenema / nixd3d11.cpp
Last active June 15, 2023 15:39
D3D11 Example using NixViewportSDK plugin for 3ds max
// Developed by Hamid.Memar //
#include <Windows.h>
#include <iostream>
#include <chrono>
#include <thread>
#include <fstream>
// ============================================================ //
// NIX VIEWPORT SDK
/*
* Copyright 2018 Justas Masiulis
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software