{"id":19045672,"url":"https://github.com/mortennobel/softimagewebglexport","last_synced_at":"2025-04-24T00:04:45.659Z","repository":{"id":139074416,"uuid":"1869943","full_name":"mortennobel/SoftimageWebGLExport","owner":"mortennobel","description":"A WebGL export plugin for SoftImage 2011","archived":false,"fork":false,"pushed_at":"2011-09-08T07:20:18.000Z","size":12104,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-24T00:04:39.631Z","etag":null,"topics":["cpp","cpp11","graphics-programming"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mortennobel.png","metadata":{"files":{"readme":"README.html","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-06-09T09:13:31.000Z","updated_at":"2024-12-31T12:43:35.000Z","dependencies_parsed_at":"2023-03-13T10:50:53.825Z","dependency_job_id":null,"html_url":"https://github.com/mortennobel/SoftimageWebGLExport","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2FSoftimageWebGLExport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2FSoftimageWebGLExport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2FSoftimageWebGLExport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mortennobel%2FSoftimageWebGLExport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mortennobel","download_url":"https://codeload.github.com/mortennobel/SoftimageWebGLExport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250535098,"owners_count":21446508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cpp11","graphics-programming"],"created_at":"2024-11-08T22:51:02.455Z","updated_at":"2025-04-24T00:04:45.636Z","avatar_url":"https://github.com/mortennobel.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003chtml\u003e\n\u003cbody\u003e\n\n\u003ch1\u003eSoftimage WebGL Exporter\u003c/h1\u003e\n\u003cp\u003e====================================\u003c/p\u003e\n\n\u003ch2\u003eDescription\u003c/h2\u003e\n\u003cp\u003e\nLet you export a Autodesk Softimage scene into a WebGL project.\u003cbr\u003e\nThe project is written as a SoftImage C++ plugin and the the export\u003cbr\u003e\nwill create a WebGL project (json, html, javascript and images).\n\u003c/p\u003e\u003cp\u003e\nThe project contains a simple WebGL renderer written in javascript.\n\u003c/p\u003e\n\u003ch2\u003eInstallation (Softimage)\u003c/h2\u003e\n\u003cp\u003e\nThe current project requires Autodesk Softimage 2011 64-bit on Windows. \u003cbr\u003e\n(If you are using a different version the code must be recompiled)\n\u003c/p\u003e\u003cp\u003e\n\nInstall plugin\n\u003cul\u003e\n\u003cli\u003eInstall Visual C++ Redistributable Package (Downloaded from either Microsofts or http://faux.uwcs.co.uk/vcredist/ )\u003c/li\u003e\n\u003cli\u003eOpen Softimage\u003c/li\u003e\n\u003cli\u003eGo the the menu \u003cb\u003eFile -\u003e Plug-in Manager\u003c/b\u003e\u003c/li\u003e\n\u003cli\u003eChoose the second tab '\u003cb\u003eWorkgroups\u003c/b\u003e'\u003c/li\u003e\n\u003cli\u003eClick on the '\u003cb\u003eConnect...\u003c/b\u003e'-button\u003c/li\u003e\n\u003cli\u003eAdd the workgroup folder (located in the same directory as this file)\u003c/li\u003e\n\u003cli\u003eThe plugin should now be installed and the menu item '\u003cb\u003eWebGL Export\u003c/b\u003e' should appear.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/p\u003e\n\u003ch2\u003eUsage\u003c/h2\u003e\n\u003cp\u003eCheckout the help videos located in the folder '\u003cb\u003ehelp_videos\u003c/b\u003e'\u003c/p\u003e\n\u003cp\u003eFor more documentation on how to use exporter, open the \u003cb\u003eWebGL Export -\u003e WebGL Exporter wizard\u003c/b\u003e and click on the questionmark next to WebGLExportProp.\u003c/p\u003e\n\n\u003ch2\u003eCompilation\u003c/h2\u003e\n\u003cp\u003e\nThe environment variable XSISDK_ROOT needs to be set to 'C:\\Program Files\\Autodesk\\Softimage 2011\\XSISDK' (or where ever SoftImage XSISDK is installed).\u003cbr\u003e\nMicrosoft Visual Studio 2010 will be used for compiling the project.\n\u003c/p\u003e\n\u003cp\u003e\nThe MSVC project file is located here: \u003cbr\u003e\n\u003cb\u003eworkgroup\\Addons\\WebGLExport\\cppsrc\\WebGLExport.vcxproj\u003c/b\u003e\n\u003c/p\u003e\n\u003ch2\u003eKnown issues\u003c/h2\u003e\n\u003cp\u003e\n\u003cul\u003e\n\u003cli\u003eWebGL renderer: Mouse movement in browser: Sometimes mouse key events are lost and movement continues\u003c/li\u003e\n\u003cli\u003eWebGL renderer: Mouse movement in browser: Vertical movement does not always work.\u003c/li\u003e\n\u003cli\u003eSoftimage plugin: The exporter ignores everything it doesn't understand. Instead it should give error messages in some situations.\u003c/li\u003e\n\u003cli\u003eSoftimage plugin: Should verify that the texture dimensions is valid.\u003c/li\u003e\n\u003cli\u003eSoftimage plugin: More shaders should be better supported (Lambert and constant shader)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/p\u003e\n\u003ch2\u003eLicense\u003c/h2\u003e\n\u003cp\u003e\nLicense: Creative Commons Attribution 3.0 Unported ( http://creativecommons.org/licenses/by/3.0/ )\u003cbr\u003e\nCopyright: 2011 Morten Nobel-Joergensen / Vaida Laganeckiene\u003cbr\u003e\n\u003ca href=\"https://github.com/mortennobel/SoftimageWebGLExport\"\u003ehttps://github.com/mortennobel/SoftimageWebGLExport\u003c/a\u003e\n\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortennobel%2Fsoftimagewebglexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmortennobel%2Fsoftimagewebglexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmortennobel%2Fsoftimagewebglexport/lists"}