How to export .3ds file for using RenderMonkey from 3dsMax 2010? When I look into Stream Mapping in RenderMonkey, there are POSITION, NORMAL, TEXCOORD, TANGENT, BINORMAL, TESSFACTOR etc. I want to know how that information export for sending vertex shader as streaming data. Thanks in advance.
How to export .3ds file for using RenderMonkey from 3dsMax?
685 views Asked by P-P At
2
There are 2 answers
0
Alin
On
You can use DirectX Exporter for 3ds Max to export your scenes to a x file which contains texcoords, normal and binormal. The latest release can even convert a standard material with multiple UV coordinates to a DirectX material(.fx) and generate shader code such as tangent-space normal mapping.
Related Questions in DIRECTX
- Decal renderer does not discard pixels properly
- how to fix CREATEGRAPHICSPIPELINESTATE_VS_ROOT_SIGNATURE_MISMATCH?
- Why do we only create one render target view?
- DirectX12 development, character steering problem
- DirectX rendering Transparency
- Which format should be more smooth for complex R8 textures - BC4 or BC7?
- Missing HLSL Debug Symbols with D3Dcompile in Visual Studio
- C++ DirectX compress 3D texture into 2D texture
- Nvidia HDR Encoder
- Delphi FMX: How to write a custom shader filter?
- Ternary operator with SamplerStates
- How to export symbols in rust binaries
- How can I safely alter a texture from multiple threads? (seems like there is no `InterlockedAdd`)
- How can I use (resource) barriers to sync access to a `RWTexture2D` between different shaders?
- Point light shadows work wrong, how can I debug it?
Related Questions in SHADER
- How to use bitwise operators in GLSL
- Three.js how to determine if backfacing in a RawShaderMaterial that's double sided and transparent?
- UNITY_VERTEX_INPUT_INSTANCE_ID use in custom shader
- How to draw a WebGLTexture into another Canvas?
- How can I improve my brush on mobile with Unity slow touch interpretation problem?
- FrameBuffer texture reading black for each pixel WebGL
- Single WebGL 2.0 shader for multiple texture precisions
- How you can make a 3D mask in the UI so that it is displayed correctly. Unity
- Could I use multiple materials in Skybox?
- C++ DirectX compress 3D texture into 2D texture
- Enabling transparency on objects rendered to render texture makes them disappear completely on iOS - React Three Fiber
- i have a glslf file how do i convert that to rgb (primitive lua knowledge)
- Why unity do not include my shader to build but log them?
- Compiling vertex shader from vulkan tutorial with glslc gives error: linking multiple files in not supported yet
- Three.js using EffectComposer renderTarget texture is causing flickering / strobing
Related Questions in 3DSMAX
- MaxScript/Python for Detecting Stretched/Distorted UVs in 3ds Max
- ImportError: DLL load failed while importing QtMaxNative
- Load a 3ds Max XRef Material without Object
- Start 3Ds Max from C# .NET application and then send commands to it
- is there a way to add a keyframe using the value of the controller's linear ORT in 3DSMax 2023 using MAXScript?
- 3ds Max SDK linker errors after installing
- How to run through a list, compare it to another list, and print out what's missing?
- HLSL Normal mapping - light reflections in the shadows
- 3DS max scrip python
- Rename, Group Objects, Group groups
- How can I run IDTool in 3ds Max after installation of that IDTool?
- How can I make a tool like IDTool using Maxscript in 3Ds Max?
- Migrating 3D Project from QT 5.4.0 to QT 6 with QT3D: File Format Recommendations
- I want to load a keras model in 3ds max and make it work
- How dynamic Update of a Qt Toolbar in 3ds Max Using Python?
Related Questions in EXPORTER
- Opentelemetry cant connect to Prometheus on Kubernetes
- Issue transitioning to EXPORT_OK from EXPORT
- kubernets monitoring system(prometheus+grafana+exporter) not using helm chart
- Dynamic Filters in Prometheus SNMP Exporter
- SBT task timings publishing to Prometheus
- Extract Individual URL Request Counts
- Is there an Artifactory exporter/Datasource to Grafana, to create an Dashboard with information about artifactory folders (size files/subfolders etc)
- Camunda 8/Zeebe Exporter save record to PostgreSQL using Spring
- Getting error while trying to use env variable/variable in custom-metrics.toml
- How to expose custom metrics from HTTP response
- How to change the default path of the Prometheus exporter in OpenTelemetry Collector?
- MongoDB query execution time metric in prometheus
- Can I configure multiple exporters with different filters?
- Failed to execute jsonpath in json_exporter
- Does kubernetes-event-exporter support ipv6?
Related Questions in RENDERMONKEY
- Modifying a uniform variable inside a shader program to be used by another shader program - RenderMonkey
- RenderMonkey opengles example compile failed with error C0118: macros prefixed with 'GL_' are reserved
- Shader programming , create light interaction to image
- WGL extension and virtualbox
- glsl es const mat2 array
- Usage of custom and generic vertex shader attributes in OpenGL and OpenGL ES
- RenderMonkey / GLSL camera & viewpos
- HLSL invalid ps_2_0 input semantic POSITION0
- How to export .3ds file for using RenderMonkey from 3dsMax?
- Shadow Map in RenderMonkey
- Does RenderMonkey have a bug in TEXCOORD stream mapping for GLSL?
- RenderMonkey not recognising my variables
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Which streams do you want/need? A 3ds usually contains POSITION, NORMAL, and TEXCOORD. If you export from 3DSMax to an OBJ then you have more control over exactly what gets exported. TANGENT and BINORMAL are used for shaders such as bump-mapping and are generated by RenderMonkey. I don't know how to use TESSFACTOR. Just make sure that your VS input struct uses the correct semantic (pink text in rendermonkey) for each input stream and RM will populate them appropriately.