E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Textures
iOS之OpenGL ES实现手写“绘画板”
设置画板视图设置绘画板位置、大小、背景CGFloatratio=self.view.frame.size.height/self.view.frame.size.width;CGFloatwidth=1500;CGSize
textureS
ize
Forever_wj
·
2020-09-10 22:19
iOS高级进阶
Swift高级进阶
OpenGL
ES
绘画板
贝塞尔曲线
自定义着色器
画笔笔触尺寸
橡皮擦
计算机图形学 读书笔记(九) 纹理Texture
textures
ynthesis(纹理合成)
风日好
·
2020-09-10 16:55
计算机图形学
OpenGL学习笔记(一) 纹理基础知识
一篇纹理的详细介绍文章http://www.gesoftfactory.com/developer/
Textures
.htmOpenGL函数库文档http://www.opengl.org/sdk/docs
lixiang996
·
2020-09-10 14:30
OpenGL学习
Texture Mapping
IntroductionAfteraddinglighting,youmaystillnotbehappywiththerealismofyourobjects.Thistutorialwillshowyouhowtoadd
textures
toyourpolygons.Thisisknownastexturemapping.Thefirststepintexturemappingistoactua
dnj630
·
2020-09-10 13:32
OpenGL
ES
Mental APP 以及 游戏的渲染性能优化策略-----delivering optimized mental apps ans games
cubemapreflectionsRenderopaquemeshedfirstandtranslucentmesheslaterDon’trenderinvisiblemeshesSubmitoffscreenworkearlyCompress
textures
ssetsGeneratemipmapsfor
textures
Uselight
不负初心
·
2020-09-10 10:57
Computer
Graphics
unity, standard shader消耗两个draw call
假设场景中只放一个球,关掉阴影和skybox,球体使用Unlit/
Textures
hader,则drawcall数为2(背景占一个drawcall,球占一个drawcall)。
weixin_33994444
·
2020-08-26 23:14
自定义法线贴图(关闭unity法线贴图弹窗)
markasnormalmap回溯源码:三个地方model导入的时候ModelImporterPostProcessorInternalEditorUtility.PerformUnmarkedBumpMap
Textures
Fixing
l丑八怪l
·
2020-08-26 23:25
Unity
Tool
笔记,安卓上简单的surfaceview使用
1.onSurfaceCreated:a)mProgram=createProgram(mVertexShader,mFragmentShader);vao,vertex,coordshandleb)
textures
GLES30
lvchao_1984
·
2020-08-25 17:18
vr
opengl
Material 的 Tiling 和 Offset
一Tiling和Offset概述二示例三Set
TextureS
cale和SetTextureOffset参考一、Tiling和Offset概述在Unity中,新建一个材质,会要求选择使用哪个着色器,默认的是
皮小猪的时光
·
2020-08-25 07:39
Unity3D
setRenderTarget()用法总结
网上查了很多,很多是rtt,,setRenderTarget()的不多,借鉴shadowmap例子,初始化//创建shadowmap纹理hr=pd3dDevice->CreateTexture(m_
TextureS
ize
directx3d_beginner
·
2020-08-25 00:42
遇到的技术问题
D3D中透明渲染的总结
m_pd3dDevice->SetRenderState(D3DRS_ALPHABLENDENABLE,true);对于通过程序顶点构造的多边形渲染时必须开启ALPHA通道m_pd3dDevice->Set
TextureS
tageState
guoshisheng
·
2020-08-24 08:11
VC++
Direct3D编程
3d xna fbx winfrom 读取
首先我们先准备好两个文件夹model文件夹放fbx文件,
textures
放渲染文件,操作步骤都是添加现有项,准备好资源文件后,先检查下是否有以下引用下面将定义Game类的实现方法//本代码以网上参考稍作修改
weixin_30699463
·
2020-08-24 03:45
纹理
纹理原文
Textures
作者JoeyDeVries翻译Django校对Geequlim,BLumia我们已经了解到,我们可以为每个顶点添加颜色来增加图形的细节,从而创建出有趣的图像。
血_影
·
2020-08-23 08:53
OpenGL 对纹理图片尺寸的要求。Unsupported PVR Pixel Format: 0x12. Re-encode...
关于UnsupportedPVRPixelFormat:0x12的解决方案,没耐性就直接看文末的两幅截图吧~^^.The
textures
izemustbeapoweroftwo(1,2,4,8,16,32,64,128,256andsoonupto2048or4096dependingalittleonthehardware
iteye_8877
·
2020-08-23 06:41
OpenGL ES3.0 《学习笔记 九》 Texturing
本章介绍内容包括:•Texturingbasics•Loading
textures
andmipmapping•Texturefilteringandwrapping•Texturelevel-of-detail
fangchuawei
·
2020-08-23 05:17
OpenGl
ES
Image Style Transfer
PerceptualLossesforReal-TimeStyleTransferandSuper-Resolution》《TextureNetworks:Feed-forwardSynthesisof
Textures
andStylizedImages
guanghuixu
·
2020-08-23 00:46
Unity3D创建Texture3D
创建Texture3D,本文以159张128*128图片转化Text3D为例publicTexture2D[]source
Textures
;Texture3Dtexture3D;Texture3DCreateText3D
Jack Yan
·
2020-08-22 20:46
Unity基础
java发送post请求,使用multipart/form-data的方式传递参数,可实现服务器间文件上传功能(转)
publicstaticvoidtestUploadImage(){Stringurl="http://xxxtest/Api/testUploadModelBaking";StringfileName="e:/username/
textures
java_xxxx
·
2020-08-22 12:45
后端
java
EnhanceNet论文阅读笔记
“EnhanceNet:SingleImageSuper-ResolutionThroughAutomated
TextureS
ynthesis”是与SRGAN同期的研究工作,有相似之处,使用perceptualloss
骑猪撞地球J
·
2020-08-22 04:21
图像超分辨率
Texture Type
概述若项目是2D项目,默认的会将所有的TextureType设置为Sprite2D若项目为3D项目,默认的TextureType为DefaultDefaultdefault.png
TextureS
hape2D
叫我颜先生
·
2020-08-21 14:36
OpenGL学习笔记(十四)
让我们来创建一个:unsignedinttexture;glGen
Textures
(1,&texture);glGen
Textures
函数首先需要输入生成纹理的数量,然后把它们储存在第二个参数的unsignedint
purple_wind_yy
·
2020-08-21 10:46
OpenGL学习笔记
Generative Adversarial Net 生成对抗模型
代码:1.纹理合成MarkovianGenerativeAdversarialNetworks(MGANs)fortraininggenerativeneuralnetworksforefficient
textures
ynthesis
huxcai
·
2020-08-21 09:34
深度学习
o3d纹理映射(转)
接下来就要介绍怎么创建一个纹理采样器(
textures
ampl
O3D_tech
·
2020-08-21 01:03
Android使用Direct
Textures
提高glReadPixels、glTexImage2D性能
from:https://www.jianshu.com/p/1fa36461fc6fAndroid使用Direct
Textures
提高glReadPixels、glTexImage2D性能熊皮皮关注2017.02.0515
djzhao
·
2020-08-20 23:54
android
opengl
gpu
适用于设计人员的10个必备iPhone应用程序
JDHancockWithanewyearcomesbiggerandmostlybetteradditionstothedesigncommunities.Thiscanbeanythingfromnewresourceslike
textures
andbrushestonewdesigntrendsmakingtherounds
culi3118
·
2020-08-19 21:50
python
java
编程语言
人工智能
大数据
从bmp图片中读取数据
texid)//CreatesTextureFromABitmapFile{HBITMAPhBMP;//HandleOfTheBitmapBITMAPBMP;//BitmapStructureglGen
Textures
sutaxue1123
·
2020-08-18 16:43
C语言语法
android 加载大图长图失真或者不显示。
Canvas在绘制Bitmap的时候其实对Bitmap的长宽是有限制的,一般是2048或者是4096.这个值可以通过下面代码获取int[]max
TextureS
ize=newint[1];GLES10.
yuanhejie
·
2020-08-18 10:15
android
Cesium - Fabric 材质【转官网】
FabricFabricHannaheditedthispageon24Dec2015·67revisionsContentsIntroductionBuilt-InMaterialsProcedural
Textures
BaseMaterialsPolylineMaterialsMiscMat
weixin_30478757
·
2020-08-18 04:56
图像修复一:Region Filling and Object Removal by Exemplar-Based Inpainting
Criminisi等人论文"RegionFillingandObjectRemovalbyExemplar-BasedInpainting.2004,TIP"中的基于纹理合成的图像补全方法:该方法结合了"
textures
ynthesis
Frank-X
·
2020-08-17 17:40
图像处理
gazebo添加模型时.sdf以及.config文件格式
model_name改为你模型的名字model.sdf.sdf文件model.config.config文件materials文件夹|--scripts文件夹land_mark.material纹理信息|--
textures
CyrilSterling
·
2020-08-17 14:50
ros
UE4_材质_UV选区采样
首先拖入
TextureS
ample节点,输出最基本的纹理贴图。其次,拖入一个节点TextureCoordinate,因为一行有4个数字,1/4=0.25,于是把U平铺设置为0.25。
秋名山的SC
·
2020-08-17 13:33
UE4
unity Shader屏幕后处理(1)简单应用
一、简介:1、OnRenderImage函数:Ⅰ、MonoBehaviour.OnRenderImage(Render
Textures
rc,RenderTexturedest)Unity会把当前渲染得到的图像存储在第一个参数对应的源渲染纹理中
勤学者闯天涯
·
2020-08-17 12:43
图像处理
unity
图像纹理合成
关于纹理合成最经典的论文应该就数Efros的
TextureS
ynthesisbyNon-parametricSampling这篇论文了,引用量近2000。
lolermidking
·
2020-08-17 09:28
style transfer/domain adaption简介
styletransfer和domainadaption还是有很多相似之处的,本文挑选几篇文章进行简略介绍
TextureS
ynthesisUsingConvolutionalNeuralNetworks
爆米花好美啊
·
2020-08-17 09:34
深度学习
论文学习笔记
Style Transfer 相关论文工作(近期阅读整理)
考完了本学期的最棘手课程,整理下前一阵子看的有关StyleTransfer文章…ANeuralAlgorithmofArtisticStyle在本文之前,Gatys在
TextureS
ynthesisUsingConvolutionalNeuralNetworks
徐光磊
·
2020-08-17 08:17
深度学习
笔记——Texture Synthesis Using Convolutional Neural Networks (Leon A. Gatys et al)
图像风格化论文笔记
TextureS
ynthesisUsingConvolutionalNeuralNetworks(LeonA.Gatysetal)1.摘要基于CNNNetworkforobjectrecognition
smilewsw
·
2020-08-17 07:36
图像风格化
论文笔记
unity3d对材质球的uv进行平移,缩放和旋转
缩放:Vector2size=newVector2(3f,3f);renderer.material.Set
TextureS
cale("_MainTex",size);旋转就比较复杂:需要自己学一个shader
Cys玊
·
2020-08-17 02:37
unity3d随笔
Unity里获取Material里所有的Texture
Material获取Texture的接口有:Material.mainTexture,Material.GetTexture(stringpropertyName);但没有一个接口可以直接获取Material的所有
textures
whatchacha
·
2020-08-17 02:55
Unity
Unity
Material
Texture
在Unity3D发布的WebGL中实现场景视频播放的功能
1.首先需要下载一个名为SimpleMovie
Textures
forUnityWebGL的Unity插件,插件下载链接:链接:https://pan.baidu.com/s
s1314_JHC
·
2020-08-17 02:56
Unity3D
unity识别地形材质
其中借鉴了一个大佬的方法:http://answers.unity3d.com/questions/34328/terrain-with-multiple-splat-
textures
-how-can-i-det.html
七哥没有毛病
·
2020-08-17 02:32
unity
Unity3D切换贴图
如图所示://换贴图,直接把这段代码加在要换贴图的模型上即可;var
textures
:Texture2D[];//声明一个数组型的图片库;privatevari:float=0;//声明i为浮点数0;functionOnGUI
人生到处从容
·
2020-08-17 01:49
Unity3D
Unity3D 地形的添加 和树、风、雾的基本知识
TerrainTerrain组件介绍1、绘制山的高度,无高度限制2、绘制山的高度,但是限制山的高度3、平滑山的棱角4、给地形添加纹理导入地形资源->选中地形->选中Terrain组件->选中第四个刷子->Edit
Textures
权、
·
2020-08-17 01:51
【UB】鼠标样式发布后不正常
环境:Unity5.4.2f2Texture2Dimg=(Texture2D)Resources.Load(“
Textures
/img”);Cursor.SetCursor(Texture2Dimg,Vector2
itsxwz
·
2020-08-17 00:30
#
Unity
Bugs
LeadWerks-User Guide-Asset Browser
Theassetbrowserletsyouviewallassetsinaprojectdirectory.Assetsarefilestheengineloadsgamemediafrom,andinclude
textures
iCan.club
·
2020-08-17 00:50
Shader Model 3 Using Vertex Texture 顶点纹理白皮书中文版
PhilippGerasimovRandima(Randy)FernandoSimonGreenNVIDIACorporation仅以此文赠与Rita19周岁生日快乐ShaderModel3.0:UsingVertex
Textures
SM3
csdn_gamedev
·
2020-08-17 00:13
4
游戏开发技术
Unity Shader Example 5 (地形混合)
Shader"T4M-4-
Textures
"{Properties{_Splat0("Layer1",2D)="white"{}_Splat1("Layer2",2D)="white"{}_Splat2
aa20274270
·
2020-08-17 00:02
unity3d
shader
unity3d
unity 代码给动态添加的物体添加贴图?
添加贴图unity的Asset文件夹下新建文件夹Resources,在Resources下创建文件夹
Textures
。把texture.png文件放入文件夹
Textures
下.
一个渣渣的世界
·
2020-08-16 23:48
unity3d游戏开发
在Unity中实现画图/字帖功能
然后你需要知道Unity中有这样一个函数:publicstaticvoidBlit(
Textures
ource,RenderTextured
Patrick_Boom
·
2020-08-16 23:24
android camera相机相关参数
zoom=0;//scene-detect-values=off,on;zoom-supported=true;str
textures
=OFF;face-detection-values=;sharpness
廖益平
·
2020-08-16 19:19
android
法线图+扰动uv模拟水面流动效果
UnrealEd.MaterialGraphNodeName="MaterialGraphNode_9"BeginObjectClass=/Script/Engine.MaterialExpression
TextureS
ampleName
董国政
·
2020-08-16 14:29
ue4
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他