Questions tagged [materials]
29 questions
2
votes
0 answers
GPU Instancing with multiple Materials
I'm making use of GPU Instancing in my 3D game in Unity.
Currently I'm using single material for each mesh.
But is there a way to do that with multiple material?
I have mesh's with just material colors without any textures, so texture atlas not…

Dhiraj Karangale
- 21
- 3
1
vote
0 answers
THREEJS PointsMaterial texture transparency not work
Hello StackOverflow community
I have THREE Points Object and trying to create PointsMaterial but i cannot use transparent option
1. Before adding transparent option
new THREE.PointsMaterial({
color: 0xffffff,
map:…

valentin sorlin
- 33
- 3
1
vote
0 answers
Spine SkletonData won't take material in Unity
I've used assets in Unity made with Spine.
GameObjects I create from SkeletonData files will look like this:
At first glance the problem seems obvious; In the Mesh renderer, it says the material is missing. However, adding my material won't work…

PlsHelpmeDoStuff
- 21
- 3
0
votes
1 answer
I wants to display my component only once at initialization time .but it excuting i all the components pages.how to resolve it
I tried all the examples given in stack over flow but its not executing and it showing so many errors could you please send me a code with explanation how to add a component only at initialization time.
I want to execute my component at initial…

ananya
- 1
- 1
0
votes
0 answers
SAP B1 SDK - global update of BOM
I need to globally update BOMs. Tool in SAP B1 is allowing us to add items to BOM but only by ItemCode. We do not have ItemCodes in sort order to add items to it. By oRecordset and custom SQL query I can find BOMs where I need to add this new…

Peter T.
- 29
- 4
0
votes
1 answer
I have applied the same texture in to two cushions in Blender 3.0 and for some reason the scale is different on them, does anyone know why?
I have made two objects but the scale looks enormous on one when the material is the same on both...
I tried remaking the cushion with the bigger scale as I thought it had something to do with the unwrapping, that didn't fix it so now I am stuck.

Sularu
- 1
0
votes
1 answer
Material and textures on Windows and Doors appearing all white
Basically, I am helping to work on an application that allows users to create models of buildings and houses, then export those models into a mobile app that displays those models in the real world via AR. However, whenever doors or windows are…

ferb
- 3
- 2
0
votes
0 answers
its possible to create a low poly texture in substance designer?
i have a problem with creating a smooth low poly texture in substance designer.
plz see this below image :
my target low-poly texture
this is the texture i wanna create. but i cant do that.
this is my texture in substance designer :
my low-poly…
0
votes
1 answer
Angular: mat-core() giving undefined mixin
it says "./src/styles.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Undefined mixin." this on the terminal when i try to execute my project, says its the @include mat-core problem
tried changing all the…

Johan491
- 1
0
votes
0 answers
How can I build a composite structure(minerals) in the materials studio?
I wanna make a composite structure including two oxide minerals, in common surface in materials studio software.
I can't build a comosite structure of two or multi minerals with a common surface. The modeled surface should be a composition of TiO2…
0
votes
0 answers
how to show such an under-tension geometry using the initial radiuses of the leg and the fabric in COMSOL?
I am trying to model a leg wearing a sock. I want to simulate it as a cylinder (the leg) surrounded by another cylinder (the fabric) in contact with it. Before wearing the sock, its redius is smaller than the leg and after wearing, it increases…

Maede Nsi
- 1
- 1
0
votes
0 answers
How do I extract the image from an ImageBitmap in Threejs when there is no src and texture size is large?
I am trying to get image from ImageBitmap of a loaded model but since ImageBitmap (child.material.map.image) does not have src, I am using canvas.toDataURL().
small size images are getting painted fine without any problem but a 4mb texture is not…

Muhammad Amir
- 11
- 3
0
votes
1 answer
Why my material color gets reset on the next scene?
I have a strange issue for the past week or so. So I'm working on a 3D mobile application and I've been testing the app on and off on my android phone.
On scene 01, I have a slider for the color and it changes a certain material's color. After I'm…

devhunt
- 1
- 2
0
votes
0 answers
Same material different results on two models in Blender
Good afternoon, I am trying to texturize in the same way two figures that I have downloaded in .gltf format. I have applied exactly the same material with the same nodes to both figures but the result is very different, one of them is very…
0
votes
0 answers
TinyMCE does not work in angular material Tabs
I'm working with angular material Tabs, into which I'm trying to integrate TinyMCE. Unfortunately, if the editor is in anything other than the first tab when loaded, it is only available in the first tab.
…