Filter löschen
Filter löschen

texture mapping in 3d surface?

3 Ansichten (letzte 30 Tage)
youb mr
youb mr am 18 Okt. 2020
Kommentiert: youb mr am 19 Okt. 2020
hello
how i can project a texture image in 3d surface
i have use
surface (X,Y,Z,'facecolor','texturemap',...
'cdata',I,'edgecolor','none');
but it dosen'tgive me good result
  5 Kommentare
youb mr
youb mr am 19 Okt. 2020
this is the data
youb mr
youb mr am 19 Okt. 2020
where
nx = 120; % the size of the grid
ny = 120; % the size of the grid
% % create a grid in x and y
x = linspace(min(v(:,1)),max(v(:,1)),nx);
y = linspace(min(v(:,2)),max(v(:,2)),ny);
[x,y] = meshgrid(x,y);
% % find corresponding z-values by means of gridtrimesh.m
% fprintf(['gridtrimesh.......']); tic
Z = gridtrimesh(f,v,x,y);

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Lighting, Transparency, and Shading finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by